This is an automated email from the ASF dual-hosted git repository.
jinwoo pushed a commit to branch support/1.15
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.15 by this push:
new 10c7c25b6e GEODE-10548: Upgrade slf4j-api from 1.7.32 to 1.7.36 (#7977)
10c7c25b6e is described below
commit 10c7c25b6e63db3fb213e5b31cb71e1b7df2b519
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Mon Mar 16 17:54:23 2026 -0400
GEODE-10548: Upgrade slf4j-api from 1.7.32 to 1.7.36 (#7977)
---
.../groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
b/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
index d2eb9db446..43d02ac333 100644
---
a/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
+++
b/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
@@ -42,7 +42,7 @@ class DependencyConstraints {
deps.put("log4j.version", "2.25.3")
deps.put("micrometer.version", "1.9.1")
deps.put("shiro.version", "1.13.0")
- deps.put("slf4j-api.version", "1.7.32")
+ deps.put("slf4j-api.version", "1.7.36")
deps.put("jboss-modules.version", "1.11.0.Final")
deps.put("jackson.version", "2.18.6")
deps.put("jackson.databind.version", "2.18.6")