Skip to content

Commit d29f452

Browse files
Bump byte-buddy from 1.12.13 to 1.12.14 (#105)
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.13 to 1.12.14. - [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.13...byte-buddy-1.12.14) --- 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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a09b572 commit d29f452

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
@@ -48,7 +48,7 @@ dependencies {
4848
isTransitive = false
4949
}
5050
compileOnly("org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion")
51-
compileOnly("net.bytebuddy:byte-buddy:1.12.13")
51+
compileOnly("net.bytebuddy:byte-buddy:1.12.14")
5252

5353
//implementation("com.google.code.gson:gson:$gsonVersion")
5454
implementation(files("../.ext/gson-2.8.6-SNAPSHOT.jar"))

0 commit comments

Comments
 (0)