Skip to content

Commit 72d54b9

Browse files
Bump byte-buddy from 1.12.7 to 1.12.8
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.7 to 1.12.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.12.7...byte-buddy-1.12.8) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c526ce7 commit 72d54b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
isTransitive = false
2323
}
2424
compileOnly("org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion")
25-
compileOnly("net.bytebuddy:byte-buddy:1.12.7")
25+
compileOnly("net.bytebuddy:byte-buddy:1.12.8")
2626

2727
implementation("com.google.code.gson:gson:$gsonVersion")
2828
implementation("org.springframework:spring-expression:5.3.15")

0 commit comments

Comments
 (0)