Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mise/envs/jmx-exporter/mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# its spotless google-java-format predates JDK 25 support. Build it under an LTS
# JDK the release supports instead.
[tools]
java = "temurin-21.0.11+10.0.LTS"
java = "temurin-25.0.3+9.0.LTS"

[tasks.compat-test]
description = "Run JMX Exporter compatibility tests under a supported JDK"
Expand Down
2 changes: 1 addition & 1 deletion .mise/envs/micrometer/mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# its bundled Kotlin compiler predates JDK 25 support. Build it under an LTS JDK
# the release supports instead.
[tools]
java = "temurin-21.0.11+10.0.LTS"
java = "temurin-25.0.3+9.0.LTS"

[tasks.compat-test]
description = "Run Micrometer compatibility tests under a supported JDK"
Expand Down
Loading