Skip to content

Commit 386819d

Browse files
committed
Update io.netty:netty-bom to version 4.1.107.Final (#2284)
1 parent 0ecf6e1 commit 386819d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<mockito.version>4.11.0</mockito.version>
130130
<mongodb.version>4.11.1</mongodb.version>
131131
<nashorn.version>15.4</nashorn.version>
132-
<netty.version>4.1.106.Final</netty.version>
132+
<netty.version>4.1.107.Final</netty.version>
133133
<org.eclipse.osgi.version>3.13.0.v20180226-1711</org.eclipse.osgi.version>
134134
<org.eclipse.persistence.version>2.7.14</org.eclipse.persistence.version>
135135
<oro.version>2.0.8</oro.version>

src/changelog/.2.x.x/update_io_netty_netty_bom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="http://logging.apache.org/log4j/changelog"
44
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
55
type="updated">
6-
<issue id="2225" link="https://github.com/apache/logging-log4j2/pull/2225"/>
7-
<description format="asciidoc">Update `io.netty:netty-bom` to version `4.1.106.Final`</description>
6+
<issue id="2284" link="https://github.com/apache/logging-log4j2/pull/2284"/>
7+
<description format="asciidoc">Update `io.netty:netty-bom` to version `4.1.107.Final`</description>
88
</entry>

src/site/_release-notes/_2.x.x.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ This releases contains ...
4343
=== Fixed
4444
4545
* Fix regression in `JdkMapAdapterStringMap` performance. (https://github.com/apache/logging-log4j2/issues/2238[2238])
46+
* Fix the behavior of `Logger#setLevel` and `Logger#getLevel` in the Log4j 1.2 bridge. (https://github.com/apache/logging-log4j2/issues/2282[2282])
4647
* Allow deserialization of all arrays of allowed classes. (https://issues.apache.org/jira/browse/LOG4J2-3680[LOG4J2-3680])
4748
* Fix forgotten `threadName` field in `RingBufferLogEvent#clear()` (https://github.com/apache/logging-log4j2/issues/2234[2234])
4849
* Fix `StringBuilder` cache corruption on recursive access
@@ -54,7 +55,7 @@ This releases contains ...
5455
=== Updated
5556
5657
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126])
57-
* Update `io.netty:netty-bom` to version `4.1.106.Final` (https://github.com/apache/logging-log4j2/pull/2225[2225])
58+
* Update `io.netty:netty-bom` to version `4.1.107.Final` (https://github.com/apache/logging-log4j2/pull/2284[2284])
5859
* Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j2/pull/2197[2197])
5960
* Update `org.eclipse.jetty:jetty-bom` to version `9.4.54.v20240208` (https://github.com/apache/logging-log4j2/pull/2287[2287])
6061
* Update `org.jctools:jctools-core` to version `4.0.3` (https://github.com/apache/logging-log4j2/pull/2270[2270])

0 commit comments

Comments
 (0)