Skip to content

Commit 7421a4f

Browse files
committed
Update io.netty:netty-bom to version 4.1.105.Final (#2201)
1 parent c46b89d commit 7421a4f

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
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.104.Final</netty.version>
132+
<netty.version>4.1.105.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>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5+
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>
8+
</entry>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ This releases contains ...
4848
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126])
4949
* Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4` (https://github.com/apache/logging-log4j2/pull/2103[2103])
5050
* Update `github/codeql-action` to version `3.23.0` (https://github.com/apache/logging-log4j2/pull/2173[2173])
51+
* Update `io.netty:netty-bom` to version `4.1.105.Final` (https://github.com/apache/logging-log4j2/pull/2201[2201])
52+
* Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j2/pull/2197[2197])
5153
* Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.5` (https://github.com/apache/logging-log4j2/pull/2178[2178])
5254
* Update `org.assertj:assertj-core` to version `3.25.1` (https://github.com/apache/logging-log4j2/pull/2153[2153])
5355
* Update `org.codehaus.groovy:groovy-bom` to version `3.0.20` (https://github.com/apache/logging-log4j2/pull/2125[2125])

0 commit comments

Comments
 (0)