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 2f9952e71 fix(deps): update dependency ch.qos.logback:logback-classic
to v1.5.24 (#3369)
2f9952e71 is described below
commit 2f9952e7160b9bcbd8bcbfe5497ad9cff472b642
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Jan 7 10:26:41 2026 +0000
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.24
(#3369)
---
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 c9c1f5746..3ee369a8d 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -82,7 +82,7 @@ keycloak-admin-client = { module =
"org.keycloak:keycloak-admin-client", version
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" }
-logback-classic = { module = "ch.qos.logback:logback-classic", version =
"1.5.23" }
+logback-classic = { module = "ch.qos.logback:logback-classic", version =
"1.5.24" }
micrometer-bom = { module = "io.micrometer:micrometer-bom", version = "1.16.1"
}
microprofile-fault-tolerance-api = { module =
"org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api",
version = "4.1.2" }
mockito-core = { module = "org.mockito:mockito-core", version = "5.21.0" }