You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/12/04 11:03:47 UTC

(logging-log4j2) branch main updated: Update `org.apache.maven:maven-core` to version `3.9.6` (#2049)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new 1edd7e9e5d Update `org.apache.maven:maven-core` to version `3.9.6` (#2049)
1edd7e9e5d is described below

commit 1edd7e9e5dad670d9ccafb1169cd86e61aca1d39
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Mon Dec 4 11:03:42 2023 +0000

    Update `org.apache.maven:maven-core` to version `3.9.6` (#2049)
---
 log4j-parent/pom.xml                                        | 2 +-
 src/changelog/.3.x.x/update_org_apache_maven_maven_core.xml | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index b00605a014..5a61a327f6 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -142,7 +142,7 @@
     <log4j2-ecs-layout.version>1.5.0</log4j2-ecs-layout.version>
     <log4j2-logstash-layout.version>0.18</log4j2-logstash-layout.version>
     <logback.version>1.4.14</logback.version>
-    <maven.version>3.8.6</maven.version>
+    <maven.version>3.9.6</maven.version>
     <mockito.version>5.8.0</mockito.version>
     <mongodb.version>4.11.1</mongodb.version>
     <nashorn.version>15.4</nashorn.version>
diff --git a/src/changelog/.3.x.x/update_org_apache_maven_maven_core.xml b/src/changelog/.3.x.x/update_org_apache_maven_maven_core.xml
new file mode 100644
index 0000000000..ba4dad4db7
--- /dev/null
+++ b/src/changelog/.3.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="2049" link="https://github.com/apache/logging-log4j2/pull/2049"/>
+  <description format="asciidoc">Update `org.apache.maven:maven-core` to version `3.9.6`</description>
+</entry>