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 07:34:22 UTC

[groovy] branch GROOVY-9497 created (now 82c98c6)

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

sunlan pushed a change to branch GROOVY-9497
in repository https://gitbox.apache.org/repos/asf/groovy.git.


      at 82c98c6  GROOVY-9497: Bump asm to 8.0.1

This branch includes the following new commits:

     new 82c98c6  GROOVY-9497: Bump asm to 8.0.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[groovy] 01/01: GROOVY-9497: Bump asm to 8.0.1

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 82c98c6bc0ae3c999a9bad13981c3b76905dd18f
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'