From 253eaf02b1d3a50699bf03117d23206f63489466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 05:12:31 +0000 Subject: [PATCH] Bump org.ow2.asm:asm from 9.6 to 9.7 Bumps org.ow2.asm:asm from 9.6 to 9.7. --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-type: direct:production update-type: version-update:semver-minor ... 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 d842bec..8ebd56a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ java { } dependencies { - implementation("org.ow2.asm:asm:9.6") + implementation("org.ow2.asm:asm:9.7") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") testRuntimeOnly("org.junit.platform:junit-platform-launcher")