diff --git a/MODULE.bazel b/MODULE.bazel index abcceed2a2..f583970833 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -82,10 +82,10 @@ maven.install( "org.junit.jupiter:junit-jupiter-api:5.13.4", "org.junit.jupiter:junit-jupiter-engine:5.13.4", "org.junit.jupiter:junit-jupiter-params:5.13.4", - "org.junit.platform:junit-platform-launcher:1.13.4", - "org.junit.platform:junit-platform-commons:1.13.4", - "org.junit.platform:junit-platform-engine:1.13.4", - "org.junit.platform:junit-platform-reporting:1.13.4", + "org.junit.platform:junit-platform-launcher:6.1.0", + "org.junit.platform:junit-platform-commons:6.1.0", + "org.junit.platform:junit-platform-engine:6.1.0", + "org.junit.platform:junit-platform-reporting:6.1.0", "org.mockito:mockito-core:5.23.0", "org.mockito:mockito-junit-jupiter:5.23.0", "uk.org.webcompere:system-stubs-jupiter:2.1.8", diff --git a/maven_install.json b/maven_install.json index 3230e58594..7a36cfd086 100644 --- a/maven_install.json +++ b/maven_install.json @@ -1,7 +1,7 @@ { "__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL", - "__INPUT_ARTIFACTS_HASH": 1149583123, - "__RESOLVED_ARTIFACTS_HASH": 150830209, + "__INPUT_ARTIFACTS_HASH": 137105643, + "__RESOLVED_ARTIFACTS_HASH": -1587017130, "conflict_resolution": { "com.google.code.gson:gson:2.8.9": "com.google.code.gson:gson:2.14.0", "com.google.errorprone:error_prone_annotations:2.3.2": "com.google.errorprone:error_prone_annotations:2.48.0", @@ -726,27 +726,27 @@ }, "org.junit.platform:junit-platform-commons": { "shasums": { - "jar": "1c25ca641ebaae44ff3ad21ca1b2ef68d0dd84bfeb07c4805ba7840899b77408" + "jar": "1d9046ab17ec7edafb0bc7945d2e59d7180fff4f28c734b823b51001e769f71b" }, - "version": "1.13.4" + "version": "6.1.0" }, "org.junit.platform:junit-platform-engine": { "shasums": { - "jar": "390c5f77b84283a64b644f88251b397e0b0debb80bdcc50f899881aecff43a5a" + "jar": "3fb6be76c26ab0f94fe084e3fd0a39e1d25e22129929a61b29bd80a052b93ea5" }, - "version": "1.13.4" + "version": "6.1.0" }, "org.junit.platform:junit-platform-launcher": { "shasums": { - "jar": "0b0beaeb6880a31149641d2d848b863712885469670c12099586d7f798522564" + "jar": "0995e6ed244d66196cbda019e2f879504d0b48971edae9cc3dea46a1b31c0377" }, - "version": "1.13.4" + "version": "6.1.0" }, "org.junit.platform:junit-platform-reporting": { "shasums": { - "jar": "7ebeb4ad2d39a61507623e4c6185651c2bcf560dd378f13229ed2492847c21f6" + "jar": "6bceb2bb75a5b32774beaa7c520201b863463cf922f2f2b0b6492a850af06a8b" }, - "version": "1.13.4" + "version": "6.1.0" }, "org.mockito:mockito-core": { "shasums": { @@ -768,9 +768,9 @@ }, "org.opentest4j.reporting:open-test-reporting-tooling-spi": { "shasums": { - "jar": "f0d54b46fb9e503b22abc65c45a48025aad16051903aaed11f6d974129f74252" + "jar": "df237b68847637747f0bfdb88fa9cdd9c72cc85550fad0c41ddb33869a5ca516" }, - "version": "0.2.3" + "version": "0.2.5" }, "org.opentest4j:opentest4j": { "shasums": { @@ -1434,19 +1434,23 @@ "org.junit.jupiter:junit-jupiter-api" ], "org.junit.platform:junit-platform-commons": [ - "org.apiguardian:apiguardian-api" + "org.apiguardian:apiguardian-api", + "org.jspecify:jspecify" ], "org.junit.platform:junit-platform-engine": [ "org.apiguardian:apiguardian-api", + "org.jspecify:jspecify", "org.junit.platform:junit-platform-commons", "org.opentest4j:opentest4j" ], "org.junit.platform:junit-platform-launcher": [ "org.apiguardian:apiguardian-api", + "org.jspecify:jspecify", "org.junit.platform:junit-platform-engine" ], "org.junit.platform:junit-platform-reporting": [ "org.apiguardian:apiguardian-api", + "org.jspecify:jspecify", "org.junit.platform:junit-platform-launcher", "org.opentest4j.reporting:open-test-reporting-tooling-spi" ], @@ -3261,6 +3265,7 @@ "org.junit.platform.commons", "org.junit.platform.commons.annotation", "org.junit.platform.commons.function", + "org.junit.platform.commons.io", "org.junit.platform.commons.logging", "org.junit.platform.commons.support", "org.junit.platform.commons.support.conversion", @@ -3274,19 +3279,20 @@ "org.junit.platform.engine.support.config", "org.junit.platform.engine.support.descriptor", "org.junit.platform.engine.support.discovery", - "org.junit.platform.engine.support.filter", "org.junit.platform.engine.support.hierarchical", "org.junit.platform.engine.support.store" ], "org.junit.platform:junit-platform-launcher": [ "org.junit.platform.launcher", "org.junit.platform.launcher.core", + "org.junit.platform.launcher.jfr", "org.junit.platform.launcher.listeners", "org.junit.platform.launcher.listeners.discovery", "org.junit.platform.launcher.listeners.session", "org.junit.platform.launcher.tagexpression" ], "org.junit.platform:junit-platform-reporting": [ + "org.junit.platform.reporting", "org.junit.platform.reporting.legacy", "org.junit.platform.reporting.legacy.xml", "org.junit.platform.reporting.open.xml", diff --git a/pom.xml b/pom.xml index 2fc455b99d..424391c76f 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 3.0.0 4.35.0 5.13.4 - 1.13.4 + 6.1.0 ${junit-jupiter.version} 8.10.1 1.84