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 7fb513ad23 Update `io.netty:netty-bom` to version `4.1.104.Final` 
(#2095)
7fb513ad23 is described below

commit 7fb513ad23044e8564f5ea71329c0a1cc3fdd540
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Dec 15 10:48:09 2023 +0000

    Update `io.netty:netty-bom` to version `4.1.104.Final` (#2095)
---
 log4j-parent/pom.xml                               | 2 +-
 src/changelog/.2.x.x/update_io_netty_netty_bom.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 58e7c9eabc..762d6d93ab 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -131,7 +131,7 @@
     <mockito.version>4.11.0</mockito.version>
     <mongodb.version>4.11.1</mongodb.version>
     <nashorn.version>15.4</nashorn.version>
-    <netty.version>4.1.101.Final</netty.version>
+    <netty.version>4.1.104.Final</netty.version>
     <org.eclipse.osgi.version>3.13.0.v20180226-1711</org.eclipse.osgi.version>
     <org.eclipse.persistence.version>2.7.14</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
new file mode 100644
index 0000000000..d310dc7fc2
--- /dev/null
+++ b/src/changelog/.2.x.x/update_io_netty_netty_bom.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="2095" link="https://github.com/apache/logging-log4j2/pull/2095"/>
+  <description format="asciidoc">Update `io.netty:netty-bom` to version 
`4.1.104.Final`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc 
b/src/site/_release-notes/_2.x.x.adoc
index 74b2a7888d..2462940e1c 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -35,6 +35,7 @@ This releases contains ...
 * Update `commons-logging:commons-logging` to version `1.3.0` 
(https://github.com/apache/logging-log4j2/pull/2050[2050])
 * Update `de.flapdoodle.reverse:de.flapdoodle.reverse` to version `1.7.2` 
(https://github.com/apache/logging-log4j2/pull/1979[1979])
 * Update `github/codeql-action` to version `3.22.11` 
(https://github.com/apache/logging-log4j2/pull/2093[2093])
+* Update `io.netty:netty-bom` to version `4.1.104.Final` 
(https://github.com/apache/logging-log4j2/pull/2095[2095])
 * Update `net.java.dev.jna:jna` to version `5.14.0` 
(https://github.com/apache/logging-log4j2/pull/2081[2081])
 * Update `org.apache.activemq:activemq-broker` to version `6.0.1` 
(https://github.com/apache/logging-log4j2/pull/2043[2043])
 * Update `org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle` to 
version `1.3.7` (https://github.com/apache/logging-log4j2/pull/2058[2058])

Reply via email to