Skip to content

Commit 328108b

Browse files
Bump asmVer from 9.2 to 9.3
Bumps `asmVer` from 9.2 to 9.3. Updates `asm` from 9.2 to 9.3 Updates `asm-util` from 9.2 to 9.3 Updates `asm-tree` from 9.2 to 9.3 --- 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 0145b17 commit 328108b

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:22.0.0")
4242

43-
val asmVer = "9.2"
43+
val asmVer = "9.3"
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)