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/12/31 14:19:28 UTC

[groovy] branch master updated: GROOVY-9356: Bump javaparser to 3.15.8

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 349e1a3  GROOVY-9356: Bump javaparser to 3.15.8
349e1a3 is described below

commit 349e1a3e9f707619e2a665fb5c3f1c7cb62b3a5e
Author: Daniel Sun <su...@apache.org>
AuthorDate: Tue Dec 31 22:19:16 2019 +0800

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

diff --git a/build.gradle b/build.gradle
index 71a923c..0255bf9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -141,7 +141,7 @@ ext {
     ivyVersion = '2.5.0'
     jansiVersion = '1.18'
     jarjarVersion = '1.7.2'
-    javaParserVersion = '3.15.7'
+    javaParserVersion = '3.15.8'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
     logbackVersion = '1.1.7'