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 2021/02/15 10:38:42 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-9943: Bump asm to 9.1

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

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


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new d27994e  GROOVY-9943: Bump asm to 9.1
d27994e is described below

commit d27994ea1f516894423980c958b65c8c02fb9395
Author: Daniel Sun <su...@apache.org>
AuthorDate: Mon Feb 15 18:37:46 2021 +0800

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

diff --git a/build.gradle b/build.gradle
index 0264939..4cc6688 100644
--- a/build.gradle
+++ b/build.gradle
@@ -134,7 +134,7 @@ configurations {
 
 ext {
     antVersion = '1.10.9'
-    asmVersion = '9.0'
+    asmVersion = '9.1'
     antlrVersion = '2.7.7'
     antlr4Version = '4.9.0'
     bridgerVersion = '1.5.Final'