This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new 96ae962 RATIS-2540. Bump slf4j to 2.0.18 (#116)
96ae962 is described below
commit 96ae962a6935e8213f2b3b78bea5b8ba1821a32c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 20 12:42:57 2026 +0200
RATIS-2540. Bump slf4j to 2.0.18 (#116)
---
test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/pom.xml b/test/pom.xml
index 5af4c76..8e1b828 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -30,7 +30,7 @@
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
<junit.version>4.13.2</junit.version>
- <slf4j.version>2.0.17</slf4j.version>
+ <slf4j.version>2.0.18</slf4j.version>
</properties>
<dependencies>