You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by ma...@apache.org on 2023/04/22 10:30:53 UTC

[opennlp] branch OPENNLP-1487_Update_dependency_log4j2_to_version_2.20.0 created (now 7c56d87b)

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

mawiesne pushed a change to branch OPENNLP-1487_Update_dependency_log4j2_to_version_2.20.0
in repository https://gitbox.apache.org/repos/asf/opennlp.git


      at 7c56d87b OPENNLP-1487 Update dependency log4j2 to version 2.20.0

This branch includes the following new commits:

     new 7c56d87b OPENNLP-1487 Update dependency log4j2 to version 2.20.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[opennlp] 01/01: OPENNLP-1487 Update dependency log4j2 to version 2.20.0

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a commit to branch OPENNLP-1487_Update_dependency_log4j2_to_version_2.20.0
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit 7c56d87bef501ac2d980fb08316053719791a539
Author: Martin Wiesner <ma...@hs-heilbronn.de>
AuthorDate: Sat Apr 22 12:30:46 2023 +0200

    OPENNLP-1487 Update dependency log4j2 to version 2.20.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b5d7f62d..f8ad5a1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
 		<checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
 		<onnxruntime.version>1.14.0</onnxruntime.version>
 		<slf4j.version>1.7.36</slf4j.version>
-		<log4j2.version>2.19.0</log4j2.version>
+		<log4j2.version>2.20.0</log4j2.version>
 		<opennlp.forkCount>1.0C</opennlp.forkCount>
 		<coveralls.maven.plugin>4.3.0</coveralls.maven.plugin>
 		<jacoco.maven.plugin>0.7.9</jacoco.maven.plugin>