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 99c9a5441 RATIS-2463. Bump slf4j to 2.0.17 (#1399)
99c9a5441 is described below
commit 99c9a54418265e438b6e7b13bb47532e8f752b14
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 28 16:28:24 2026 +0100
RATIS-2463. Bump slf4j to 2.0.17 (#1399)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d08f874fe..46abee78c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
<!-- number of threads/forks to use when running tests in parallel, see
parallel-tests profile -->
<testsThreadCount>4</testsThreadCount>
- <slf4j.version>2.0.7</slf4j.version>
+ <slf4j.version>2.0.17</slf4j.version>
<junit-bom.version>5.13.3</junit-bom.version>
<mockito.version>4.11.0</mockito.version>
<jacoco.version>0.8.12</jacoco.version>