From 72d54b931f580efa4016751716be0f10d108adf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 19:23:16 +0000 Subject: [PATCH] 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](https://github.com/raphw/byte-buddy/compare/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] --- services/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/build.gradle.kts b/services/build.gradle.kts index 9f36d640..35118a36 100644 --- a/services/build.gradle.kts +++ b/services/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { isTransitive = false } compileOnly("org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion") - compileOnly("net.bytebuddy:byte-buddy:1.12.7") + compileOnly("net.bytebuddy:byte-buddy:1.12.8") implementation("com.google.code.gson:gson:$gsonVersion") implementation("org.springframework:spring-expression:5.3.15")