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 accb213 RATIS-2463. Bump slf4j to 2.0.17 (#92)
accb213 is described below
commit accb213746db3f6854082d4fe1dfb0be1382b2ba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 28 15:52:45 2026 +0100
RATIS-2463. Bump slf4j to 2.0.17 (#92)
---
test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/pom.xml b/test/pom.xml
index 39dd97d..d591a3b 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>1.7.33</slf4j.version>
+ <slf4j.version>2.0.17</slf4j.version>
</properties>
<dependencies>