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 f3fc275e3 fix(deps): update dependency org.junit:junit-bom to v6.0.3
(#3775)
f3fc275e3 is described below
commit f3fc275e392faa7e536dc7c494006038b95987e3
Author: Mend Renovate <[email protected]>
AuthorDate: Sun Feb 15 14:39:30 2026 +0000
fix(deps): update dependency org.junit:junit-bom to v6.0.3 (#3775)
---
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 703ed7bc6..beee350db 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 = "6.0.2" }
+junit-bom = { module = "org.junit:junit-bom", version = "6.0.3" }
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.31" }