From 7b0c8e767bca264f14a0673ed7e11dcc329728bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:00:20 +0000 Subject: [PATCH] Bump org.ow2.asm:asm from 9.7 to 9.7.1 (#233) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index de8e167..d7ec4f5 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")