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:23 UTC

[groovy] 01/01: 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 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'