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/04/11 16:27:03 UTC

[groovy] branch GROOVY-9503 created (now 07f3118)

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

sunlan pushed a change to branch GROOVY-9503
in repository https://gitbox.apache.org/repos/asf/groovy.git.


      at 07f3118  GROOVY-9503: Bump javaparser to 3.15.18

This branch includes the following new commits:

     new 07f3118  GROOVY-9503: Bump javaparser to 3.15.18

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[groovy] 01/01: GROOVY-9503: Bump javaparser to 3.15.18

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch GROOVY-9503
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 07f311855877b1143d634a40a1fb8994adef847f
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sun Apr 12 00:26:34 2020 +0800

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

diff --git a/build.gradle b/build.gradle
index 406d10f..1496ea1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -138,7 +138,7 @@ ext {
     ivyVersion = '2.5.0'
     jansiVersion = '1.18'
     jarjarVersion = '1.7.2'
-    javaParserVersion = '3.15.17'
+    javaParserVersion = '3.15.18'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
     logbackVersion = '1.1.7'