You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by em...@apache.org on 2022/05/24 14:10:17 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-10569: ASM 9.3

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 e2ff2b900e GROOVY-10569: ASM 9.3
e2ff2b900e is described below

commit e2ff2b900e74aa5d4fa6c069f8be1b8e1f9a1e98
Author: Eric Milles <er...@thomsonreuters.com>
AuthorDate: Tue May 24 08:55:53 2022 -0500

    GROOVY-10569: ASM 9.3
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 08cc3cbcd2..78122bd446 100644
--- a/build.gradle
+++ b/build.gradle
@@ -123,7 +123,7 @@ configurations {
 
 ext {
     antVersion = '1.10.12'
-    asmVersion = '9.2'
+    asmVersion = '9.3'
     antlrVersion = '2.7.7'
     antlr4Version = '4.9.0'
     bridgerVersion = '1.6.Final'