Skip to content

Commit 50a73f9

Browse files
Bump byte-buddy.version from 1.17.5 to 1.17.8
Bumps `byte-buddy.version` from 1.17.5 to 1.17.8. Updates `net.bytebuddy:byte-buddy` from 1.17.5 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](raphw/byte-buddy@byte-buddy-1.17.5...byte-buddy-1.17.8) Updates `net.bytebuddy:byte-buddy-agent` from 1.17.5 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](raphw/byte-buddy@byte-buddy-1.17.5...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 - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.17.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49c28a4 commit 50a73f9

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.5</byte-buddy.version>
150+
<byte-buddy.version>1.17.8</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-04-01T00:00:00Z</build.timestamp>
153153
<jacoco.javaagent/>

0 commit comments

Comments
 (0)