You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/05/12 01:41:06 UTC

[groovy] branch GROOVY_2_5_X updated: GROOVY-10503: Bump ASM to 9.2 in Groovy 2.5.x

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

paulk pushed a commit to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
     new 78ed43dbc8 GROOVY-10503: Bump ASM to 9.2 in Groovy 2.5.x
78ed43dbc8 is described below

commit 78ed43dbc8fb226e847b0704c1425a428e45a34a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu May 12 11:40:53 2022 +1000

    GROOVY-10503: Bump ASM to 9.2 in Groovy 2.5.x
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 91884e5aad..f48b3235ea 100644
--- a/build.gradle
+++ b/build.gradle
@@ -143,7 +143,7 @@ configurations {
 
 ext {
     antVersion = '1.9.15'
-    asmVersion = '8.0.1'
+    asmVersion = '9.2'
     antlrVersion = '2.7.7'
     bridgerVersion = '1.5.Final'
     coberturaVersion = '1.9.4.1'