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 439bd63481 Update `io.netty:netty-bom` to version `4.1.101.Final` 
(#1960)
439bd63481 is described below

commit 439bd63481fe5a45f6c5847309c0da7502fa71fe
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Sat Nov 11 00:05:43 2023 +0000

    Update `io.netty:netty-bom` to version `4.1.101.Final` (#1960)
---
 log4j-parent/pom.xml                               | 2 +-
 src/changelog/.2.x.x/update_io_netty_netty_bom.xml | 4 ++--
 src/site/_release-notes/_2.x.x.adoc                | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index eca0b30593..5efb749b89 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -130,7 +130,7 @@
     <maven.version>3.9.0</maven.version>
     <mockito.version>4.11.0</mockito.version>
     <mongodb.version>4.11.0</mongodb.version>
-    <netty.version>4.1.100.Final</netty.version>
+    <netty.version>4.1.101.Final</netty.version>
     <org.eclipse.osgi.version>3.13.0.v20180226-1711</org.eclipse.osgi.version>
     <org.eclipse.persistence.version>2.7.13</org.eclipse.persistence.version>
     <oro.version>2.0.8</oro.version>
diff --git a/src/changelog/.2.x.x/update_io_netty_netty_bom.xml 
b/src/changelog/.2.x.x/update_io_netty_netty_bom.xml
index 9fa117d2a7..188c7aa65e 100644
--- a/src/changelog/.2.x.x/update_io_netty_netty_bom.xml
+++ b/src/changelog/.2.x.x/update_io_netty_netty_bom.xml
@@ -3,6 +3,6 @@
        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="1857" link="https://github.com/apache/logging-log4j2/pull/1857"/>
-  <description format="asciidoc">Update `io.netty:netty-bom` to version 
`4.1.100.Final`</description>
+  <issue id="1960" link="https://github.com/apache/logging-log4j2/pull/1960"/>
+  <description format="asciidoc">Update `io.netty:netty-bom` to version 
`4.1.101.Final`</description>
 </entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc 
b/src/site/_release-notes/_2.x.x.adoc
index 7a3dfb2a18..abcc239a20 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -54,7 +54,7 @@ The module name of four bridges (`log4j-slf4j-impl`, 
`log4j-slf4j2-impl`, `log4j
 * Update `com.google.guava:guava` to version `32.1.3-jre` 
(https://github.com/apache/logging-log4j2/pull/1875[1875])
 * Update `com.h2database:h2` to version `2.2.224` 
(https://github.com/apache/logging-log4j2/pull/1880[1880])
 * Update `de.flapdoodle.embed:de.flapdoodle.embed.mongo` to version `4.9.0` 
(https://github.com/apache/logging-log4j2/pull/1945[1945])
-* Update `io.netty:netty-bom` to version `4.1.100.Final` 
(https://github.com/apache/logging-log4j2/pull/1857[1857])
+* Update `io.netty:netty-bom` to version `4.1.101.Final` 
(https://github.com/apache/logging-log4j2/pull/1960[1960])
 * Update `net.bytebuddy:byte-buddy` to version `1.14.9` 
(https://github.com/apache/logging-log4j2/pull/1891[1891])
 * Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version 
`2.7.13` (https://github.com/apache/logging-log4j2/pull/1900[1900])
 * Update `org.fusesource.jansi:jansi` to version `2.4.1` 
(https://github.com/apache/logging-log4j2/pull/1907[1907])

Reply via email to