This is an automated email from the ASF dual-hosted git repository.
emilles pushed a commit to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
new b4d7d397c0 GROOVY-10569: ASM 9.3
b4d7d397c0 is described below
commit b4d7d397c013d02da68fe9ae5b88543a6dec2d11
Author: Eric Milles <[email protected]>
AuthorDate: Tue May 24 08:55:53 2022 -0500
GROOVY-10569: ASM 9.3
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index f48b3235ea..379b1e77b5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -143,7 +143,7 @@ configurations {
ext {
antVersion = '1.9.15'
- asmVersion = '9.2'
+ asmVersion = '9.3'
antlrVersion = '2.7.7'
bridgerVersion = '1.5.Final'
coberturaVersion = '1.9.4.1'