This is an automated email from the ASF dual-hosted git repository.
paulk 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 d96c59cffd GROOVY-11566: Bump asm to 9.7.1 in Groovy 3
d96c59cffd is described below
commit d96c59cffd1ed8c80fa03542b7823129cece6b5e
Author: Octavia Togami <[email protected]>
AuthorDate: Mon Feb 3 15:50:31 2025 -0800
GROOVY-11566: Bump asm to 9.7.1 in Groovy 3
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index b497c0462c..3636346876 100644
--- a/build.gradle
+++ b/build.gradle
@@ -130,7 +130,7 @@ configurations {
ext {
antVersion = '1.10.14'
- asmVersion = '9.7'
+ asmVersion = '9.7.1'
antlrVersion = '2.7.7'
antlr4Version = '4.9.0'
bridgerVersion = '1.6.Final'