You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2023/03/31 06:51:23 UTC

[directory-kerby] 01/02: Updating SLF4J to 1.7.36

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 1.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git

commit ba445efdafacba88e5c482b8f8514dff71c9b83a
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Mar 31 07:32:30 2023 +0100

    Updating SLF4J to 1.7.36
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 71b50ffc..c5320d56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
     <log4j.version>1.2.17</log4j.version>
     <junit.version>4.13.2</junit.version>
     <nimbus.jose.version>9.30.2</nimbus.jose.version>
-    <slf4j.version>1.7.26</slf4j.version>
+    <slf4j.version>1.7.36</slf4j.version>
     <assertj.version>2.6.0</assertj.version>
     <findbugs.version>3.0.4</findbugs.version>
     <buildtools.dir>${basedir}/build-tools</buildtools.dir>