From 5320bf237568762ae615eeaa642f2fc765559e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:02:26 +0000 Subject: [PATCH] Bump org.ow2.asm:asm from 9.7 to 9.7.1 Bumps org.ow2.asm:asm from 9.7 to 9.7.1. --- updated-dependencies: - dependency-name: org.ow2.asm:asm 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 2e09e0f6..f95627a4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ configurations.compileClasspath { } dependencies { - implementation("org.ow2.asm:asm:9.7") + implementation("org.ow2.asm:asm:9.7.1") compileOnly("org.gradlex:extra-java-module-info:1.8") compileOnly("com.autonomousapps:dependency-analysis-gradle-plugin:2.1.1")