This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
commit 12976232c49d99ffcc6f9bee2eaf89811758e888
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)
(cherry picked from commit 96ae962a6935e8213f2b3b78bea5b8ba1821a32c)
---
test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/pom.xml b/test/pom.xml
index 1952880..bf694c3 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>