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/25 14:24:04 UTC

[groovy] branch master updated: GROOVY-9527: Bump javaparser to 3.15.21 (#1233)

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 3f51efc  GROOVY-9527: Bump javaparser to 3.15.21 (#1233)
3f51efc is described below

commit 3f51efc6a665370ca519753d2217c54988d7f141
Author: Daniel.Sun <su...@apache.org>
AuthorDate: Sat Apr 25 22:23:54 2020 +0800

    GROOVY-9527: Bump javaparser to 3.15.21 (#1233)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 94a7076..6cd1697 100644
--- a/build.gradle
+++ b/build.gradle
@@ -134,7 +134,7 @@ ext {
     ivyVersion = '2.5.0'
     jansiVersion = '1.18'
     jarjarVersion = '1.7.2'
-    javaParserVersion = '3.15.18'
+    javaParserVersion = '3.15.21'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
     logbackVersion = '1.1.7'