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 2019/11/04 16:49:48 UTC

[groovy] branch master updated: GROOVY-9303: Bump javaparser to 3.15.4

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 6d5b0a6  GROOVY-9303: Bump javaparser to 3.15.4
6d5b0a6 is described below

commit 6d5b0a6446da5b7ae30aeeabae2d3545fffecc7c
Author: Daniel Sun <su...@apache.org>
AuthorDate: Tue Nov 5 00:49:37 2019 +0800

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

diff --git a/build.gradle b/build.gradle
index 9dd0898..2f6439f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -147,7 +147,7 @@ ext {
     ivyVersion = '2.5.0'
     jansiVersion = '1.18'
     jarjarVersion = '1.7.2'
-    javaParserVersion = '3.15.3'
+    javaParserVersion = '3.15.4'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
     logbackVersion = '1.1.7'