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/08/11 11:01:20 UTC

[2/4] groovy git commit: GROOVY-8744: bump ASM to 6.2.1

GROOVY-8744: bump ASM to 6.2.1


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

Branch: refs/heads/master
Commit: 3bea4a78013058acb5ed018556835605196b7e15
Parents: 0b81e25
Author: Paul King <pa...@asert.com.au>
Authored: Sat Aug 11 19:54:33 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sat Aug 11 21:01:07 2018 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/3bea4a78/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 4b6f02c..b1ea293 100644
--- a/build.gradle
+++ b/build.gradle
@@ -140,7 +140,7 @@ configurations {
 
 ext {
     antVersion = '1.10.4'
-    asmVersion = '6.2'
+    asmVersion = '6.2.1'
     antlrVersion = '2.7.7'
     bridgerVersion = '1.1.Final'
     coberturaVersion = '1.9.4.1'