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 2022/02/10 08:53:56 UTC

[directory-kerby] branch trunk updated: Updating SLF4J to 1.7.36

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 6df155b  Updating SLF4J to 1.7.36
6df155b is described below

commit 6df155b579c2cc2a7640dc081c07a843b20db740
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Feb 10 08:48:10 2022 +0000

    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 5e7d460..bf8011a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     <log4j.version>1.2.17</log4j.version>
     <junit.version>4.13.2</junit.version>
     <nimbus.jose.version>9.9.3</nimbus.jose.version>
-    <slf4j.version>1.7.32</slf4j.version>
+    <slf4j.version>1.7.36</slf4j.version>
     <assertj.version>3.22.0</assertj.version>
     <findbugs.version>3.0.5</findbugs.version>
     <buildtools.dir>${basedir}/build-tools</buildtools.dir>