Skip to content

Commit 1a8cfa4

Browse files
Bump org.ow2.asm:asm from 9.7.1 to 9.8 (#14)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5a7bde commit 1a8cfa4

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)