This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/main by this push:
new 4399974a OPENNLP-1487 Update dependency log4j2 to version 2.20.0 (#526)
4399974a is described below
commit 4399974aced5b9efe096b540269e252f44b84087
Author: Martin Wiesner <[email protected]>
AuthorDate: Fri Apr 28 20:59:23 2023 +0200
OPENNLP-1487 Update dependency log4j2 to version 2.20.0 (#526)
---
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>