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 2020/02/04 22:15:14 UTC

[groovy] branch master updated: GROOVY-9383: Bump javaparser to 3.15.11

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 54f0539  GROOVY-9383: Bump javaparser to 3.15.11
54f0539 is described below

commit 54f0539be192be553c2a8f0ee2b5a49fa98b9a86
Author: Daniel Sun <su...@apache.org>
AuthorDate: Wed Feb 5 06:11:09 2020 +0800

    GROOVY-9383: Bump javaparser to 3.15.11
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index d1ac47b..5a36313 100644
--- a/build.gradle
+++ b/build.gradle
@@ -139,7 +139,7 @@ ext {
     ivyVersion = '2.5.0'
     jansiVersion = '1.18'
     jarjarVersion = '1.7.2'
-    javaParserVersion = '3.15.9'
+    javaParserVersion = '3.15.11'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
     logbackVersion = '1.1.7'