From cbd795f9de522c237139faa3c6201b297fc6dfa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 04:00:13 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.12 to 1.14.13. - [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.14.12...byte-buddy-1.14.13) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e3ee261..73eb856 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { // Transformers implementation("org.ow2.asm:asm:9.6") implementation("com.guardsquare:proguard-core:9.1.2") - implementation("net.bytebuddy:byte-buddy:1.14.12") + implementation("net.bytebuddy:byte-buddy:1.14.13") implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.7.0")