Upgrade to JUnit 6.1.2

Closes gh-36815
This commit is contained in:
Sam Brannen
2026-07-13 10:16:37 +02:00
parent 9024d5ffbd
commit 99b991b6f3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ dependencies {
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.10"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.11.0"))
api(platform("org.junit:junit-bom:6.1.1"))
api(platform("org.junit:junit-bom:6.1.2"))
api(platform("org.mockito:mockito-bom:5.23.0"))
api(platform("tools.jackson:jackson-bom:3.1.4"))