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 2016/03/15 21:18:14 UTC

groovy git commit: GROOVY-7792: Update ASM to 5.1

Repository: groovy
Updated Branches:
  refs/heads/master 296ce27ca -> 676db8463


GROOVY-7792: Update ASM to 5.1


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

Branch: refs/heads/master
Commit: 676db84631dd1505c837df89c25345f28edd4054
Parents: 296ce27
Author: pascalschumacher <pa...@gmx.net>
Authored: Tue Mar 15 21:18:00 2016 +0100
Committer: pascalschumacher <pa...@gmx.net>
Committed: Tue Mar 15 21:18:00 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/676db846/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 361ae37..1a54da2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -129,7 +129,7 @@ configurations {
 
 ext {
     antVersion = '1.9.6'
-    asmVersion = '5.0.4'
+    asmVersion = '5.1'
     antlrVersion = '2.7.7'
     coberturaVersion = '1.9.4.1'
     commonsCliVersion = '1.3.1'