You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2019/11/14 23:39:15 UTC

[groovy] branch GROOVY_2_5_X updated: GROOVY-9262: Bump asm to 7.2 (#1081)

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

sunlan 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 59c782b  GROOVY-9262: Bump asm to 7.2 (#1081)
59c782b is described below

commit 59c782b56dc60929aab8b2be3a37cbaff52e146c
Author: Daniel.Sun <su...@apache.org>
AuthorDate: Fri Nov 15 07:39:04 2019 +0800

    GROOVY-9262: Bump asm to 7.2 (#1081)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 0e00b60..a37f613 100644
--- a/build.gradle
+++ b/build.gradle
@@ -142,7 +142,7 @@ configurations {
 
 ext {
     antVersion = '1.9.13'
-    asmVersion = '7.1'
+    asmVersion = '7.2'
     antlrVersion = '2.7.7'
     bridgerVersion = '1.5.Final'
     coberturaVersion = '1.9.4.1'