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 2018/03/28 00:11:09 UTC

groovy git commit: Bump asm version to 6.1.1

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X c659137e3 -> cd113c959


Bump asm version to 6.1.1


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/cd113c95
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/cd113c95
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/cd113c95

Branch: refs/heads/GROOVY_2_5_X
Commit: cd113c9594bea6ffeb58216f4d725977ca57d1dc
Parents: c659137
Author: sunlan <su...@apache.org>
Authored: Wed Mar 28 08:10:36 2018 +0800
Committer: sunlan <su...@apache.org>
Committed: Wed Mar 28 08:10:36 2018 +0800

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/cd113c95/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 45ea927..d6f430d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -149,7 +149,7 @@ configurations {
 
 ext {
     antVersion = '1.9.9'
-    asmVersion = '6.1'
+    asmVersion = '6.1.1'
     antlrVersion = '2.7.7'
     bridgerVersion = '1.1.Final'
     coberturaVersion = '1.9.4.1'