diff --git a/build.gradle b/build.gradle index 380a537cc35..f8fb66f9970 100644 --- a/build.gradle +++ b/build.gradle @@ -2140,15 +2140,16 @@ allprojects { // By default all of our projects require junit for testing so we can just // setup this dependency here. dependencies { - testImplementation group: "org.junit.jupiter", name: "junit-jupiter", version: "${junitJupiterVersion}" - testImplementation group: "org.junit.jupiter", name: "junit-jupiter-api", version: "${junitJupiterVersion}" - testImplementation group: "org.junit.jupiter", name: "junit-jupiter-params", version: "${junitJupiterVersion}" + testImplementation group: "org.junit.jupiter", name: "junit-jupiter", version: "${junitVersion}" + testImplementation group: "org.junit.jupiter", name: "junit-jupiter-api", version: "${junitVersion}" + testImplementation group: "org.junit.jupiter", name: "junit-jupiter-params", version: "${junitVersion}" testImplementation group: "org.opentest4j", name: "opentest4j", version: "${opentest4jVersion}" testImplementation group: "org.apiguardian", name: "apiguardian-api", version: "${apiguardianVersion}" - testRuntimeOnly group: "org.junit.jupiter", name: "junit-jupiter-engine", version: "${junitJupiterVersion}" - testRuntimeOnly group: "org.junit.platform", name: "junit-platform-commons", version: "${junitPlatformVersion}" - testRuntimeOnly group: "org.junit.platform", name: "junit-platform-engine", version: "${junitPlatformVersion}" - testRuntimeOnly group: "org.junit.platform", name: "junit-platform-launcher", version: "${junitPlatformVersion}" + testImplementation group: "org.jspecify", name: "jspecify", version: "${jspecifyVersion}" + testRuntimeOnly group: "org.junit.jupiter", name: "junit-jupiter-engine", version: "${junitVersion}" + testRuntimeOnly group: "org.junit.platform", name: "junit-platform-commons", version: "${junitVersion}" + testRuntimeOnly group: "org.junit.platform", name: "junit-platform-engine", version: "${junitVersion}" + testRuntimeOnly group: "org.junit.platform", name: "junit-platform-launcher", version: "${junitVersion}" if (BUILD_CLOSED && DO_JCOV) { testImplementation name: "jcov" diff --git a/build.properties b/build.properties index 6981d492a4b..8306d79c17b 100644 --- a/build.properties +++ b/build.properties @@ -117,10 +117,10 @@ jfx.build.ant.version=1.10.5 eclipse.updatesite.version=4.30/R-4.30-202312010110 swt.version=3.124.200.v20231113-1355 -junit.jupiter.version=5.12.2 -junit.platform.version=1.12.2 +junitVersion=6.0.0 opentest4j.version=1.3.0 apiguardian.version=1.1.2 +jspecifyVersion=1.0.0 icu.version=77.1 antlr4.version=4.7.2 diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 7971168876a..75f8134f7b7 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -273,6 +273,14 @@ + + + + + + + + @@ -286,68 +294,68 @@ - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + +