You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by em...@apache.org on 2023/01/12 21:33:24 UTC

[groovy] 02/02: GROOVY-10785: ASM 9.4

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

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

commit 2d7fc65d1d6540cfb58b045a1818e8dcb035ac41
Author: Eric Milles <er...@thomsonreuters.com>
AuthorDate: Thu Jan 12 15:32:53 2023 -0600

    GROOVY-10785: ASM 9.4
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index b4ecda10c7..a844523bcb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -123,7 +123,7 @@ configurations {
 
 ext {
     antVersion = '1.10.12'
-    asmVersion = '9.3'
+    asmVersion = '9.4'
     antlrVersion = '2.7.7'
     antlr4Version = '4.9.0'
     bridgerVersion = '1.6.Final'