Skip to content

Commit a625624

Browse files
Bump org.ow2.asm:asm from 9.7.1 to 9.8
Bumps org.ow2.asm:asm from 9.7.1 to 9.8. --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c07d91 commit a625624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Agent/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ base {
77
}
88

99
dependencies {
10-
include "org.ow2.asm:asm:9.7.1"
11-
include "org.ow2.asm:asm-tree:9.7.1"
10+
include "org.ow2.asm:asm:9.8"
11+
include "org.ow2.asm:asm-tree:9.8"
1212
}
1313

1414
jar {

0 commit comments

Comments
 (0)