This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new ad97d81924 Update `org.apache.maven:maven-core` to version `3.9.6`
(#2040)
ad97d81924 is described below
commit ad97d81924b2ad79f59bce0e48b2184c4f1adf0b
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Dec 4 14:09:53 2023 +0000
Update `org.apache.maven:maven-core` to version `3.9.6` (#2040)
---
log4j-parent/pom.xml | 2 +-
src/changelog/.2.x.x/update_org_apache_maven_maven_core.xml | 8 ++++++++
src/site/_release-notes/_2.x.x.adoc | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index ec34a1c311..aa6e533e35 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -127,7 +127,7 @@
<log4j2-cachefile-transformer.version>2.15.0</log4j2-cachefile-transformer.version>
<log4j2-ecs-layout.version>1.5.0</log4j2-ecs-layout.version>
<logback.version>1.3.14</logback.version>
- <maven.version>3.9.0</maven.version>
+ <maven.version>3.9.6</maven.version>
<mockito.version>4.11.0</mockito.version>
<mongodb.version>4.11.1</mongodb.version>
<nashorn.version>15.4</nashorn.version>
diff --git a/src/changelog/.2.x.x/update_org_apache_maven_maven_core.xml
b/src/changelog/.2.x.x/update_org_apache_maven_maven_core.xml
new file mode 100644
index 0000000000..d879ecbce4
--- /dev/null
+++ b/src/changelog/.2.x.x/update_org_apache_maven_maven_core.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://logging.apache.org/log4j/changelog"
+ xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+ type="changed">
+ <issue id="2040" link="https://github.com/apache/logging-log4j2/pull/2040"/>
+ <description format="asciidoc">Update `org.apache.maven:maven-core` to
version `3.9.6`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc
b/src/site/_release-notes/_2.x.x.adoc
index 0abde6cf15..6b4352e105 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -41,6 +41,7 @@ This releases contains ...
* Update `org.apache.commons:commons-lang3` to version `3.14.0`
(https://github.com/apache/logging-log4j2/pull/2047[2047])
* Update `org.apache.commons:commons-pool2` to version `2.12.0`
(https://github.com/apache/logging-log4j2/pull/2057[2057])
* Update `org.apache.kafka:kafka-clients` to version `3.6.0`
(https://github.com/apache/logging-log4j2/pull/2060[2060])
+* Update `org.apache.maven:maven-core` to version `3.9.6`
(https://github.com/apache/logging-log4j2/pull/2040[2040])
* Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.2`
(https://github.com/apache/logging-log4j2/pull/2059[2059])
* Update `org.codehaus.plexus:plexus-utils` to version `3.5.1`
(https://github.com/apache/logging-log4j2/pull/2056[2056])
* Update `org.jctools:jctools-core` to version `4.0.2`
(https://github.com/apache/logging-log4j2/pull/1984[1984])