This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 82c95eb4 Bump log4j2.version from 2.23.0 to 2.24.0
82c95eb4 is described below
commit 82c95eb48a67c367c23fbf719fd7511250b237c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 9 04:55:53 2024 +0000
Bump log4j2.version from 2.23.0 to 2.24.0
Bumps `log4j2.version` from 2.23.0 to 2.24.0.
Updates `org.apache.logging.log4j:log4j-core` from 2.23.0 to 2.24.0
Updates `org.apache.logging.log4j:log4j-api` from 2.23.0 to 2.24.0
Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.23.0 to 2.24.0
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-api
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e1c9a197..241bb53a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@ under the License.
<tika.version>2.9.2</tika.version>
<mockito.version>5.13.0</mockito.version>
<jetbrains.annotations.version>24.1.0</jetbrains.annotations.version>
- <log4j2.version>2.23.0</log4j2.version>
+ <log4j2.version>2.24.0</log4j2.version>
<commons.io.version>2.14.0</commons.io.version>
<git-code-format-maven-plugin.version>5.3</git-code-format-maven-plugin.version>
<testcontainers.version>1.20.1</testcontainers.version>