This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new c4600b2 GROOVY-9362: Bump asm to 7.3.1
c4600b2 is described below
commit c4600b2f2a8dd8abaf6b5f86a71d066cbd4de8fb
Author: Daniel Sun <[email protected]>
AuthorDate: Sun Jan 12 19:18:32 2020 +0800
GROOVY-9362: Bump asm to 7.3.1
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 0e6d7d3..4ea1475 100644
--- a/build.gradle
+++ b/build.gradle
@@ -132,7 +132,7 @@ configurations {
ext {
antVersion = '1.10.7'
- asmVersion = '7.2'
+ asmVersion = '7.3.1'
antlrVersion = '2.7.7'
bridgerVersion = '1.5.Final'
coberturaVersion = '1.9.4.1'