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 2023/03/27 21:38:15 UTC

[groovy] branch GROOVY_2_5_X updated: GROOVY-10983: Bump asm to 9.5

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 5754c8d986  GROOVY-10983: Bump asm to 9.5
5754c8d986 is described below

commit 5754c8d9867896d987610c66d94cdc613b140f7c
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Mar 28 07:37:21 2023 +1000

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

diff --git a/build.gradle b/build.gradle
index 90b5728149..442604b1c7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -143,7 +143,7 @@ configurations {
 
 ext {
     antVersion = '1.9.16'
-    asmVersion = '9.4'
+    asmVersion = '9.5'
     antlrVersion = '2.7.7'
     bridgerVersion = '1.5.Final'
     coberturaVersion = '1.9.4.1'