From 51f0d5042c585fdc3c24a342e4f9853a4e80470e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 05:51:34 +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 5588a35..a24f3f7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { implementation("com.fasterxml.jackson.core:jackson-databind") implementation("com.github.spotbugs:spotbugs-annotations:4.8.6") implementation("org.creekservice:creek-test-util:$creekVersion") - implementation("org.ow2.asm:asm:9.7") + implementation("org.ow2.asm:asm:9.7.1") implementation("org.json:json:20240303")