Skip to content

Commit aace239

Browse files
Bump byte-buddy from 1.12.12 to 1.12.13 (#101)
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.12 to 1.12.13. - [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.12...byte-buddy-1.12.13) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4d94b0 commit aace239

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.12")
51+
compileOnly("net.bytebuddy:byte-buddy:1.12.13")
5252

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

0 commit comments

Comments
 (0)