This is an automated email from the ASF dual-hosted git repository.

goooler 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 8df6a8b451 GROOVY-11343: Bump asm version to 9.7
8df6a8b451 is described below

commit 8df6a8b451a01f35a29c5deb9f917eba63c56952
Author: Octavia Togami <otog...@gradle.com>
AuthorDate: Mon May 6 08:44:06 2024 -0700

    GROOVY-11343: Bump asm version to 9.7
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 34626d55d3..29c6f8d304 100644
--- a/build.gradle
+++ b/build.gradle
@@ -126,7 +126,7 @@ configurations {
 
 ext {
     antVersion = '1.10.14'
-    asmVersion = '9.6'
+    asmVersion = '9.7'
     antlrVersion = '2.7.7'
     antlr4Version = '4.9.0'
     bridgerVersion = '1.6.Final'

Reply via email to