Skip to content

Commit 5241e4b

Browse files
chore(deps): bump org.ow2.asm:asm-tree from 9.9 to 9.9.1 (#22)
1 parent 712781d commit 5241e4b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

buildSrc/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ dependencies {
1313
implementation localGroovy()
1414

1515
// ASM 用于字节码扫描 - 包含完整的 ASM 库
16-
implementation 'org.ow2.asm:asm:9.9'
17-
implementation 'org.ow2.asm:asm-tree:9.9'
18-
implementation 'org.ow2.asm:asm-analysis:9.9'
19-
implementation 'org.ow2.asm:asm-util:9.9'
16+
implementation 'org.ow2.asm:asm:9.9.1'
17+
implementation 'org.ow2.asm:asm-tree:9.9.1'
18+
implementation 'org.ow2.asm:asm-analysis:9.9.1'
19+
implementation 'org.ow2.asm:asm-util:9.9.1'
2020

2121
// Apache Commons Lang 用于字符串处理
2222
implementation 'org.apache.commons:commons-lang3:3.20.0'

0 commit comments

Comments
 (0)