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/16 09:29:19 UTC

[groovy] branch GROOVY-9403 created (now 1225984)

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

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


      at 1225984  GROOVY-9403: Bump javaparser to 3.15.12

This branch includes the following new commits:

     new 1225984  GROOVY-9403: Bump javaparser to 3.15.12

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-9403: Bump javaparser to 3.15.12

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

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

commit 1225984ff2aff6d900519d5bcc932c67a468c611
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sun Feb 16 17:29:06 2020 +0800

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

diff --git a/build.gradle b/build.gradle
index 7ff2e23..5aa3276 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.11'
+    javaParserVersion = '3.15.12'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
     logbackVersion = '1.1.7'