Skip to content

Commit 6367735

Browse files
Bump org.ow2.asm:asm-tree from 9.9 to 9.9.1 in /Agent
Bumps org.ow2.asm:asm-tree from 9.9 to 9.9.1. --- updated-dependencies: - dependency-name: org.ow2.asm:asm-tree dependency-version: 9.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d9f55b commit 6367735

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.9"
10-
includeInJar "org.ow2.asm:asm-tree:9.9"
9+
includeInJar "org.ow2.asm:asm:9.9.1"
10+
includeInJar "org.ow2.asm:asm-tree:9.9.1"
1111
}
1212

1313
jar {

0 commit comments

Comments
 (0)