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 2020/04/04 08:17:45 UTC

[groovy] branch master updated: GROOVY-9497: Bump asm to 8.0.1

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b1c03e  GROOVY-9497: Bump asm to 8.0.1
5b1c03e is described below

commit 5b1c03ed072cee295454420cbf07f1b2a9de687b
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Apr 4 15:34:07 2020 +0800

    GROOVY-9497: Bump asm to 8.0.1
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index ada0c93..6e72d27 100644
--- a/build.gradle
+++ b/build.gradle
@@ -128,7 +128,7 @@ configurations {
 
 ext {
     antVersion = '1.10.7'
-    asmVersion = '8.0'
+    asmVersion = '8.0.1'
     antlrVersion = '2.7.7'
     antlr4Version = '4.7.4'
     bridgerVersion = '1.5.Final'