Skip to content

Commit e551553

Browse files
committed
Update net.bytebuddy:byte-buddy to version 1.14.13 (#2433)
1 parent 3982a62 commit e551553

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
of dependencies (requireUpperBoundDeps rule).
169169
===================================================== -->
170170
<asm.version>9.6</asm.version>
171-
<byte-buddy.version>1.14.12</byte-buddy.version>
171+
<byte-buddy.version>1.14.13</byte-buddy.version>
172172
<commons-pool2.version>2.12.0</commons-pool2.version>
173173
<httpclient.version>4.5.14</httpclient.version>
174174
<httpcore.version>4.4.16</httpcore.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="2433" link="https://github.com/apache/logging-log4j2/pull/2433"/>
7+
<description format="asciidoc">Update `net.bytebuddy:byte-buddy` to version `1.14.13`</description>
8+
</entry>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ This release contains...
3030
3131
* Remove `log4j-kubernetes` lookup. User should migrate to https://github.com/fabric8io/kubernetes-client/blob/main/doc/KubernetesLog4j.md[`kubernetes-log4j`] (https://github.com/apache/logging-log4j2/pull/2408[2408])
3232
33+
[#release-notes-3-x-x-removed]
34+
=== Removed
35+
36+
* Remove deprecated `org.apache.logging.log4j.core.appender.rolling.action.Duration` class.
37+
3338
[#release-notes-3-x-x-updated]
3439
=== Updated
3540
@@ -41,6 +46,7 @@ This release contains...
4146
* Update `commons-io:commons-io` to version `2.16.0` (https://github.com/apache/logging-log4j2/pull/2429[2429])
4247
* Update `commons-logging:commons-logging` to version `1.3.1` (https://github.com/apache/logging-log4j2/pull/2405[2405])
4348
* Update `io.netty:netty-bom` to version `4.1.108.Final` (https://github.com/apache/logging-log4j2/pull/2399[2399])
49+
* Update `net.bytebuddy:byte-buddy` to version `1.14.13` (https://github.com/apache/logging-log4j2/pull/2433[2433])
4450
* Update `org.apache.commons:commons-compress` to version `1.26.1` (https://github.com/apache/logging-log4j2/pull/2358[2358])
4551
* Update `org.apache.commons:commons-dbcp2` to version `2.12.0` (https://github.com/apache/logging-log4j2/pull/2342[2342])
4652
* Update `org.apache.groovy:groovy-bom` to version `4.0.20` (https://github.com/apache/logging-log4j2/pull/2376[2376])

0 commit comments

Comments
 (0)