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.git


The following commit(s) were added to refs/heads/master by this push:
     new 69f9015d4 RATIS-2540. Bump slf4j to 2.0.18 (#1464)
69f9015d4 is described below

commit 69f9015d4a3c6f6f1d34bc29af48ca4ff7584925
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 20 15:02:58 2026 +0200

    RATIS-2540. Bump slf4j to 2.0.18 (#1464)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 579147f0b..4d4d22375 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
     <!-- number of threads/forks to use when running tests in parallel, see 
parallel-tests profile -->
     <testsThreadCount>4</testsThreadCount>
 
-    <slf4j.version>2.0.17</slf4j.version>
+    <slf4j.version>2.0.18</slf4j.version>
     <junit-bom.version>5.14.4</junit-bom.version>
     <mockito.version>4.11.0</mockito.version>
     <jacoco.version>0.8.14</jacoco.version>

Reply via email to