You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/05/12 01:28:15 UTC

[groovy] branch master updated: GROOVY-9551: Bump JavaParser to 3.15.22

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

paulk 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 993f19a  GROOVY-9551: Bump JavaParser to 3.15.22
993f19a is described below

commit 993f19aa1f565ba01036563d64b0bd0a3408f19e
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue May 12 11:27:29 2020 +1000

    GROOVY-9551: Bump JavaParser to 3.15.22
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index b5b3839..ffb1753 100644
--- a/build.gradle
+++ b/build.gradle
@@ -134,7 +134,7 @@ ext {
     ivyVersion = '2.5.0'
     jansiVersion = '1.18'
     jarjarVersion = '1.7.2'
-    javaParserVersion = '3.15.21'
+    javaParserVersion = '3.15.22'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
     logbackVersion = '1.1.7'