This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new d6537d77e6 Bump net.bytebuddy:byte-buddy from 1.17.8 to 1.18.1 (#11460)
d6537d77e6 is described below
commit d6537d77e680bba08db89ea2356b5befe9a1d917
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 18 05:58:42 2025 +0100
Bump net.bytebuddy:byte-buddy from 1.17.8 to 1.18.1 (#11460)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from
1.17.8 to 1.18.1.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
-
[Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
-
[Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.8...byte-buddy-1.18.1)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
dependency-version: 1.18.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3fb06bcfe6..d6e508b3ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@ under the License.
<!-- various versions -->
<assertjVersion>3.27.6</assertjVersion>
<asmVersion>9.9</asmVersion>
- <byteBuddyVersion>1.17.8</byteBuddyVersion>
+ <byteBuddyVersion>1.18.1</byteBuddyVersion>
<classWorldsVersion>2.9.0</classWorldsVersion>
<commonsCliVersion>1.11.0</commonsCliVersion>
<guiceVersion>5.1.0</guiceVersion>