diff --git a/build.gradle b/build.gradle index 7c33d5ee829..3217bd6759e 100644 --- a/build.gradle +++ b/build.gradle @@ -2146,15 +2146,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 94f1ce7e17c..55b428ccc51 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.1 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 dbeb63504ea..aa10661c42a 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -286,78 +286,86 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +