Skip to content

Commit ad8d35b

Browse files
authored
Merge pull request #41 from sourceplusplus/dependabot/gradle/net.bytebuddy-byte-buddy-1.12.8
Bump byte-buddy from 1.12.7 to 1.12.8
2 parents c526ce7 + 72d54b9 commit ad8d35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/build.gradle.kts

+1-1
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)