This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 35c22c5c33 Update `net.bytebuddy:byte-buddy` to version `1.15.4`
(#3076) (#3076)
35c22c5c33 is described below
commit 35c22c5c33bd8d89a93eeaffc4a9e8c88a0579d1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 16 14:15:35 2024 +0200
Update `net.bytebuddy:byte-buddy` to version `1.15.4` (#3076) (#3076)
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
log4j-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index b5d1111f45..91913de2ad 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -150,7 +150,7 @@
of dependencies (requireUpperBoundDeps rule).
===================================================== -->
<asm.version>9.6</asm.version>
- <byte-buddy.version>1.15.3</byte-buddy.version>
+ <byte-buddy.version>1.15.4</byte-buddy.version>
<commons-pool2.version>2.12.0</commons-pool2.version>
<httpclient.version>4.5.14</httpclient.version>
<httpcore.version>4.4.16</httpcore.version>