From 5b0c1259aae28fd1ef24f711eaa4288adadecdfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 22:38:59 +0000 Subject: [PATCH] Bump org.ow2.asm:asm from 9.4 to 9.6 Bumps org.ow2.asm:asm from 9.4 to 9.6. --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build-logic/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-logic/build.gradle.kts b/build-logic/build.gradle.kts index 4b282f5c7..0215382c5 100644 --- a/build-logic/build.gradle.kts +++ b/build-logic/build.gradle.kts @@ -9,7 +9,7 @@ repositories { dependencies { // loom needs this version of asm, for some reason we have an older one on the classpath without this - implementation("org.ow2.asm:asm:9.4") + implementation("org.ow2.asm:asm:9.6") implementation(libs.indraCommon) implementation(libs.indraPublishingSonatype) implementation(libs.gradleTestLogger)