This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/3.0.0-beta1 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 895188e1d60cabaafd7ddc7212f2260d28e58277 Author: ASF Logging Services RM <[email protected]> AuthorDate: Wed Dec 13 11:28:36 2023 +0000 Update `io.netty:netty-bom` to version `4.1.102.Final` (#2084) --- log4j-parent/pom.xml | 2 +- src/changelog/3.0.0-beta1/update_io_netty_netty_bom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index 177d79a26c..a4619f9803 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -140,7 +140,7 @@ <mockito.version>5.8.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.102.Final</netty.version> <opentest4j.version>1.3.0</opentest4j.version> <org.eclipse.osgi.version>3.18.600</org.eclipse.osgi.version> <oro.version>2.0.8</oro.version> diff --git a/src/changelog/3.0.0-beta1/update_io_netty_netty_bom.xml b/src/changelog/3.0.0-beta1/update_io_netty_netty_bom.xml index a78705869e..04335e1e0e 100644 --- a/src/changelog/3.0.0-beta1/update_io_netty_netty_bom.xml +++ b/src/changelog/3.0.0-beta1/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="1999" link="https://github.com/apache/logging-log4j2/pull/1999"/> - <description format="asciidoc">Update `io.netty:netty-bom` to version `4.1.101.Final`</description> + <issue id="2084" link="https://github.com/apache/logging-log4j2/pull/2084"/> + <description format="asciidoc">Update `io.netty:netty-bom` to version `4.1.102.Final`</description> </entry>
