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/11 12:04:54 UTC

[groovy] branch master updated: GROOVY-9307: Bump javaparser to 3.15.5 (#1079)

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 fd5794f  GROOVY-9307: Bump javaparser to 3.15.5 (#1079)
fd5794f is described below

commit fd5794f9c8e8faa1c00a96f8f035d60b4b99e14b
Author: Daniel.Sun <su...@apache.org>
AuthorDate: Mon Nov 11 20:04:46 2019 +0800

    GROOVY-9307: Bump javaparser to 3.15.5 (#1079)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 7299e39..67bd25a 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.4'
+    javaParserVersion = '3.15.5'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
     logbackVersion = '1.1.7'