Skip to content

Commit f5a1df4

Browse files
Bump byte-buddy.version from 1.17.5 to 1.18.1
Bumps `byte-buddy.version` from 1.17.5 to 1.18.1. Updates `net.bytebuddy:byte-buddy` from 1.17.5 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](raphw/byte-buddy@byte-buddy-1.17.5...byte-buddy-1.18.1) Updates `net.bytebuddy:byte-buddy-agent` from 1.17.5 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](raphw/byte-buddy@byte-buddy-1.17.5...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 - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d47c669 commit f5a1df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<properties>
148148
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
149149
<java.version>1.8</java.version>
150-
<byte-buddy.version>1.17.7</byte-buddy.version>
150+
<byte-buddy.version>1.18.1</byte-buddy.version>
151151
<argLine>-javaagent:'${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar'</argLine>
152152
<build.timestamp>2025-10-04T00:00:00Z</build.timestamp>
153153
<jacoco.javaagent/>

0 commit comments

Comments
 (0)