Skip to content

Commit f6950b8

Browse files
dependabot[bot]LunNova
authored andcommitted
Bump asmVer from 9.1 to 9.2
Bumps `asmVer` from 9.1 to 9.2. Updates `asm` from 9.1 to 9.2 Updates `asm-util` from 9.1 to 9.2 Updates `asm-tree` from 9.1 to 9.2 --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.ow2.asm:asm-util dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.ow2.asm:asm-tree dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1e4322 commit f6950b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
api("com.google.code.findbugs:jsr305:3.0.2")
4141
api("org.jetbrains:annotations:20.1.0")
4242

43-
val asmVer = "9.1"
43+
val asmVer = "9.2"
4444
implementation("org.ow2.asm:asm:$asmVer")
4545
implementation("org.ow2.asm:asm-util:$asmVer")
4646
implementation("org.ow2.asm:asm-tree:$asmVer")

0 commit comments

Comments
 (0)