Skip to content

Commit c365ac1

Browse files
Bump org.ow2.asm:asm from 9.10 to 9.10.1 (#66)
Bumps org.ow2.asm:asm from 9.10 to 9.10.1. --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-version: 9.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c8b59b commit c365ac1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

1313
jar {

0 commit comments

Comments
 (0)