Skip to content

Commit 0ee765f

Browse files
Bump org.ow2.asm:asm from 9.8 to 9.9 (#29)
Bumps org.ow2.asm:asm from 9.8 to 9.9. --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-version: '9.9' 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 2837a81 commit 0ee765f

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
@@ -6,8 +6,8 @@ plugins {
66
}
77

88
dependencies {
9-
includeInJar "org.ow2.asm:asm:9.8"
10-
includeInJar "org.ow2.asm:asm-tree:9.8"
9+
includeInJar "org.ow2.asm:asm:9.9"
10+
includeInJar "org.ow2.asm:asm-tree:9.9"
1111
}
1212

1313
jar {

0 commit comments

Comments
 (0)