This is an automated email from the ASF dual-hosted git repository. mbuenger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push: new 5d24643289 Bump net.bytebuddy:byte-buddy from 1.17.7 to 1.17.8 (#11230) 5d24643289 is described below commit 5d2464328914874854c22ce7b295f1bd19bd192e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Oct 14 07:51:35 2025 +0200 Bump net.bytebuddy:byte-buddy from 1.17.7 to 1.17.8 (#11230) Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.7 to 1.17.8. - [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.7...byte-buddy-1.17.8) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 e3e6e0ac4c..b2c419094b 100644 --- a/pom.xml +++ b/pom.xml @@ -143,7 +143,7 @@ under the License. <project.build.outputTimestamp>2025-06-24T20:18:00Z</project.build.outputTimestamp> <!-- various versions --> <asmVersion>9.9</asmVersion> - <byteBuddyVersion>1.17.7</byteBuddyVersion> + <byteBuddyVersion>1.17.8</byteBuddyVersion> <classWorldsVersion>2.9.0</classWorldsVersion> <commonsCliVersion>1.10.0</commonsCliVersion> <guiceVersion>5.1.0</guiceVersion>