Skip to content

Commit 1b8ded1

Browse files
dependabot[bot]wadoon
authored andcommitted
Bump org.ow2.asm:asm from 9.9 to 9.9.1 in the gradle-deps group
Bumps the gradle-deps group with 1 update: org.ow2.asm:asm. Updates `org.ow2.asm:asm` from 9.9 to 9.9.1 --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-version: 9.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e7a503 commit 1b8ded1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
dependencies {
16-
implementation("org.ow2.asm:asm:9.9")
16+
implementation("org.ow2.asm:asm:9.9.1")
1717
implementation("org.jspecify:jspecify:1.0.0")
1818
testImplementation("junit:junit:4.13.2")
1919
}

0 commit comments

Comments
 (0)