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 6b7d87b1 OPENNLP-1681: Update log4j2 to 2.24.3 (#723) 6b7d87b1 is described below commit 6b7d87b1ca1130d4771bd25da0215dd64798887a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Dec 23 07:12:36 2024 +0100 OPENNLP-1681: Update log4j2 to 2.24.3 (#723) Bumps org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.2 to 2.24.3. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f8d1fde1..f8468aec 100644 --- a/pom.xml +++ b/pom.xml @@ -177,7 +177,7 @@ <morfologik.version>2.1.9</morfologik.version> <onnxruntime.version>1.20.0</onnxruntime.version> <slf4j.version>2.0.16</slf4j.version> - <log4j2.version>2.24.2</log4j2.version> + <log4j2.version>2.24.3</log4j2.version> <logcaptor.version>2.10.0</logcaptor.version> <jmh.version>1.37</jmh.version> <classgraph.version>4.8.179</classgraph.version>