Skip to content

Commit

Permalink
Update io.netty:netty-bom to version 4.1.106.Final (#2225)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Jan 22, 2024
1 parent 8d706b4 commit cc2e789
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion log4j-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,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.105.Final</netty.version>
<netty.version>4.1.106.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>
Expand Down
4 changes: 2 additions & 2 deletions src/changelog/.2.x.x/update_io_netty_netty_bom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.xsd"
type="updated">
<issue id="2201" link="https://github.com/apache/logging-log4j2/pull/2201"/>
<description format="asciidoc">Update `io.netty:netty-bom` to version `4.1.105.Final`</description>
<issue id="2225" link="https://github.com/apache/logging-log4j2/pull/2225"/>
<description format="asciidoc">Update `io.netty:netty-bom` to version `4.1.106.Final`</description>
</entry>
3 changes: 2 additions & 1 deletion src/site/_release-notes/_2.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ This releases contains ...
=== Fixed
* 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])
* Fix `log4j-spring-cloud-config-client` dependencies to include only those required. (https://github.com/apache/logging-log4j2/pull/2157[2157])
* Fix typo in Kubernetes `clientKeyData` configuration property.
[#release-notes-2-x-x-updated]
Expand All @@ -48,7 +49,7 @@ This releases contains ...
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126])
* Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4` (https://github.com/apache/logging-log4j2/pull/2103[2103])
* Update `github/codeql-action` to version `3.23.1` (https://github.com/apache/logging-log4j2/pull/2211[2211])
* Update `io.netty:netty-bom` to version `4.1.105.Final` (https://github.com/apache/logging-log4j2/pull/2201[2201])
* Update `io.netty:netty-bom` to version `4.1.106.Final` (https://github.com/apache/logging-log4j2/pull/2225[2225])
* Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j2/pull/2197[2197])
* Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.5` (https://github.com/apache/logging-log4j2/pull/2178[2178])
* Update `org.assertj:assertj-core` to version `3.25.1` (https://github.com/apache/logging-log4j2/pull/2153[2153])
Expand Down

0 comments on commit cc2e789

Please sign in to comment.