Skip to content

Commit 950d90a

Browse files
chore(deps): bump org.ow2.asm:asm from 9.6 to 9.9 (#16)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bcc65be commit 950d90a

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.6'
17-
implementation 'org.ow2.asm:asm-tree:9.6'
18-
implementation 'org.ow2.asm:asm-analysis:9.6'
19-
implementation 'org.ow2.asm:asm-util:9.6'
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'
2020

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

0 commit comments

Comments
 (0)