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 <[email protected]> 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>
