This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new b16aea8e Bump log4j.version from 2.24.1 to 2.24.2 (#514)
b16aea8e is described below
commit b16aea8e8a4da2355770c493b695c33d85ecf1c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 2 14:10:30 2024 -0500
Bump log4j.version from 2.24.1 to 2.24.2 (#514)
Bumps `log4j.version` from 2.24.1 to 2.24.2.
Updates `org.apache.logging.log4j:log4j-1.2-api` from 2.24.1 to 2.24.2
Updates `org.apache.logging.log4j:log4j-core` from 2.24.1 to 2.24.2
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-1.2-api
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 10cbe0e9..fa0f8ceb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
org.yaml.snakeyaml.*;resolution:=optional,
*
</commons.osgi.import>
- <log4j.version>2.24.1</log4j.version>
+ <log4j.version>2.24.2</log4j.version>
<slf4j.version>2.0.16</slf4j.version>
<!-- Spring 6 requires Java 17 -->
<spring.version>5.3.39</spring.version>