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/21 10:59:50 UTC

[groovy] branch master updated: GROOVY-9350: Bump javaparser to 3.15.7

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 90ce072  GROOVY-9350: Bump javaparser to 3.15.7
90ce072 is described below

commit 90ce07271086ed3beb5830c19a6d3fcf2b56a754
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Dec 21 18:59:41 2019 +0800

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

diff --git a/build.gradle b/build.gradle
index a4627fe..ae14fe3 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.6'
+    javaParserVersion = '3.15.7'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
     logbackVersion = '1.1.7'