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/03/28 04:32:28 UTC

groovy git commit: bump asm to 6.1.1

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 0d3745e53 -> d66a2b926


bump asm 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/d66a2b92
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/d66a2b92
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/d66a2b92

Branch: refs/heads/GROOVY_2_4_X
Commit: d66a2b926cfcba27027885290d1e8b1f82cd6f03
Parents: 0d3745e
Author: Paul King <pa...@asert.com.au>
Authored: Wed Mar 28 14:32:04 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Wed Mar 28 14:32:04 2018 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/d66a2b92/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 2d5d468..ecaac4d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -148,7 +148,7 @@ configurations {
 
 ext {
     antVersion = '1.9.4'
-    asmVersion = '6.1'
+    asmVersion = '6.1.1'
     antlrVersion = '2.7.7'
     coberturaVersion = '1.9.4.1'
     commonsCliVersion = '1.2'