This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new a3f0f3112 Bump JUnit to 6.0.2 (#3722)
a3f0f3112 is described below
commit a3f0f311233d1963454cf3c58f37beef64a00f23
Author: Robert Stupp <[email protected]>
AuthorDate: Thu Feb 12 15:57:10 2026 +0100
Bump JUnit to 6.0.2 (#3722)
Since #3712 has been merged, we can bump JUnit to version 6.
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 8980e8feb..3ed36890e 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -74,7 +74,7 @@ javax-servlet-api = { module =
"javax.servlet:javax.servlet-api", version = "4.0
jcstress-core = { module = "org.openjdk.jcstress:jcstress-core", version =
"0.16" }
jmh-core = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
jmh-generator-annprocess = { module =
"org.openjdk.jmh:jmh-generator-annprocess", version.ref = "jmh" }
-junit-bom = { module = "org.junit:junit-bom", version = "5.14.2" }
+junit-bom = { module = "org.junit:junit-bom", version = "6.0.2" }
junit-pioneer = { module = "org.junit-pioneer:junit-pioneer", version =
"2.3.0" }
keycloak-admin-client = { module = "org.keycloak:keycloak-admin-client",
version = "26.0.8" }
logback-classic = { module = "ch.qos.logback:logback-classic", version =
"1.5.28" }