This is an automated email from the ASF dual-hosted git repository.
emilles pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
new 0fdba59d0e GROOVY-11592, GROOVY-11593: Bump `asm` to 9.8
0fdba59d0e is described below
commit 0fdba59d0e30aabc17224aaa914eec51d08ca61c
Author: Eric Milles <[email protected]>
AuthorDate: Sat Apr 5 18:47:45 2025 -0500
GROOVY-11592, GROOVY-11593: Bump `asm` to 9.8
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 7c35063521..1d7f7fd1c7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -130,7 +130,7 @@ configurations {
ext {
antVersion = '1.10.15'
- asmVersion = '9.7.1'
+ asmVersion = '9.8'
antlrVersion = '2.7.7'
antlr4Version = '4.9.0'
bridgerVersion = '1.6.Final'