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/06/13 15:29:34 UTC

[groovy] branch master updated: GROOVY-9590: Bump javaparser to 3.16.1

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 51d4d54  GROOVY-9590: Bump javaparser to 3.16.1
51d4d54 is described below

commit 51d4d544f9cec87eb0f805f08afdc7afeb692430
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Jun 13 22:59:05 2020 +0800

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

diff --git a/build.gradle b/build.gradle
index 4bc522d..2c99871 100644
--- a/build.gradle
+++ b/build.gradle
@@ -135,7 +135,7 @@ ext {
     ivyVersion = '2.5.0'
     jansiVersion = '1.18'
     jarjarVersion = '1.7.2'
-    javaParserVersion = '3.15.22'
+    javaParserVersion = '3.16.1'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
     logbackVersion = '1.1.7'