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/15 08:27:06 UTC

[directory-server] branch master updated: Updating SLF4J to 1.7.36 to remove Log4J dependency

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b8e11e7  Updating SLF4J to 1.7.36 to remove Log4J dependency
b8e11e7 is described below

commit b8e11e7177e3b3ef8cf93732ac9cc19b48f46a3d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 15 08:26:48 2022 +0000

    Updating SLF4J to 1.7.36 to remove Log4J dependency
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0776a09..d12efaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,9 +81,9 @@
     <pax-exam.version>4.13.4</pax-exam.version>
     <pax-url.version>2.6.2</pax-url.version>
     <plexus.utils.version>3.3.0</plexus.utils.version>
-    <slf4j.api.version>1.7.32</slf4j.api.version>
+    <slf4j.api.version>1.7.36</slf4j.api.version>
     <slf4j.api.bundleversion>"$«range;[==,=+)»"</slf4j.api.bundleversion>
-    <slf4j.log4j12.version>1.7.32</slf4j.log4j12.version>
+    <slf4j.log4j12.version>${slf4j.api.version}</slf4j.log4j12.version>
     <wagon.ssh.version>3.5.1</wagon.ssh.version>
     <wagon.ssh.external.version>3.5.1</wagon.ssh.external.version>
     <wrapper.version>3.2.3</wrapper.version>