This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git
The following commit(s) were added to refs/heads/master by this push: new 37e8889 Bumped the log4j and slf4j versions 37e8889 is described below commit 37e88898e7d7756c554569008b2b33014de8ef71 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Sat Feb 19 10:47:26 2022 +0100 Bumped the log4j and slf4j versions --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 67bb106..d4f6b67 100644 --- a/pom.xml +++ b/pom.xml @@ -163,15 +163,15 @@ <commons.net.version>3.8.0</commons.net.version> <ftpserver.version>${project.version}</ftpserver.version> <hsqldb.version>1.8.0.10</hsqldb.version> - <jcl.over.slf4j.version>1.7.32</jcl.over.slf4j.version> + <jcl.over.slf4j.version>1.7.36</jcl.over.slf4j.version> <junit.version>4.13.2</junit.version> - <log4j.version>2.17.0</log4j.version> + <log4j.version>2.17.1</log4j.version> <maven.compile.source>1.8</maven.compile.source> <maven.compile.target>1.8</maven.compile.target> <mina.core.version>2.1.6</mina.core.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <slf4j.api.version>1.7.32</slf4j.api.version> - <slf4j.log4j12.version>1.7.32</slf4j.log4j12.version> + <slf4j.api.version>1.7.36</slf4j.api.version> + <slf4j.log4j12.version>1.7.36</slf4j.log4j12.version> <spring.context.version>2.5.5</spring.context.version> <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version> <checkstyle.version>9.2.1</checkstyle.version>