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 2018/07/06 11:56:08 UTC

groovy git commit: GROOVY-8636: Bump asm to 6.2(closes #751)

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X e3cce6819 -> 075a00ba3


GROOVY-8636: Bump asm to 6.2(closes #751)


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

Branch: refs/heads/GROOVY_2_5_X
Commit: 075a00ba3471b9e32d8cf77c4d5ca49d56c370fb
Parents: e3cce68
Author: sunlan <su...@apache.org>
Authored: Wed Jun 6 20:00:55 2018 +0800
Committer: Paul King <pa...@asert.com.au>
Committed: Fri Jul 6 21:03:42 2018 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/075a00ba/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 45d0982..e3aa0ac 100644
--- a/build.gradle
+++ b/build.gradle
@@ -137,7 +137,7 @@ configurations {
 
 ext {
     antVersion = '1.9.9'
-    asmVersion = '6.1.1'
+    asmVersion = '6.2'
     antlrVersion = '2.7.7'
     bridgerVersion = '1.1.Final'
     coberturaVersion = '1.9.4.1'