Skip to content

Commit 73a01b7

Browse files
committed
SONARRUBY-108 Update java version and platform launcher version
The platform launcher version was not aligned with the JUnit version.
1 parent 95e8f4a commit 73a01b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
2-
java = "17.0"
2+
java = "corretto-21"
33
gradle = "8.14"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencyResolutionManagement {
5858
library("assertj-core", "org.assertj", "assertj-core").version("3.26.3")
5959
library("junit-jupiter-api", "org.junit.jupiter", "junit-jupiter-api").version("5.11.0")
6060
library("junit-jupiter-engine", "org.junit.jupiter", "junit-jupiter-engine").version("5.11.0")
61-
library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").version("6.0.1")
61+
library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").version("1.11.0")
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)