Skip to content

Commit cc2e789

Browse files
committed
Update io.netty:netty-bom to version 4.1.106.Final (#2225)
1 parent 8d706b4 commit cc2e789

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.105.Final</netty.version>
132+
<netty.version>4.1.106.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="2201" link="https://github.com/apache/logging-log4j2/pull/2201"/>
7-
<description format="asciidoc">Update `io.netty:netty-bom` to version `4.1.105.Final`</description>
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>
88
</entry>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ This releases contains ...
3737
=== Fixed
3838
3939
* Fixed use of `SecurityManager` in `LoaderUtil` where `AccessController::doPrivileged` should only be invoked when a `SecurityManager` is installed. Some runtimes do not seem to have this method available. (https://github.com/apache/logging-log4j2/issues/2129[2129])
40+
* Fix `log4j-spring-cloud-config-client` dependencies to include only those required. (https://github.com/apache/logging-log4j2/pull/2157[2157])
4041
* Fix typo in Kubernetes `clientKeyData` configuration property.
4142
4243
[#release-notes-2-x-x-updated]
@@ -48,7 +49,7 @@ This releases contains ...
4849
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126])
4950
* Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4` (https://github.com/apache/logging-log4j2/pull/2103[2103])
5051
* Update `github/codeql-action` to version `3.23.1` (https://github.com/apache/logging-log4j2/pull/2211[2211])
51-
* Update `io.netty:netty-bom` to version `4.1.105.Final` (https://github.com/apache/logging-log4j2/pull/2201[2201])
52+
* Update `io.netty:netty-bom` to version `4.1.106.Final` (https://github.com/apache/logging-log4j2/pull/2225[2225])
5253
* Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j2/pull/2197[2197])
5354
* Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.5` (https://github.com/apache/logging-log4j2/pull/2178[2178])
5455
* Update `org.assertj:assertj-core` to version `3.25.1` (https://github.com/apache/logging-log4j2/pull/2153[2153])

0 commit comments

Comments
 (0)