Skip to content

Commit 05a7e57

Browse files
Bump org.ow2.asm:asm from 9.7.1 to 9.9.1 (#4318)
Bumps org.ow2.asm:asm from 9.7.1 to 9.9.1. --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-version: 9.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 974c925 commit 05a7e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import java.text.SimpleDateFormat
88
buildscript {
99
repositories { mavenCentral() }
1010
dependencies {
11-
classpath 'org.ow2.asm:asm:9.7.1'
12-
classpath 'org.ow2.asm:asm-tree:9.7.1'
11+
classpath 'org.ow2.asm:asm:9.9.1'
12+
classpath 'org.ow2.asm:asm-tree:9.9.1'
1313
}
1414
}
1515

0 commit comments

Comments
 (0)