You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/05/27 04:34:46 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-10554: Bump javaparser to 3.24.2

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

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new f1cdf31c5d GROOVY-10554: Bump javaparser to 3.24.2
f1cdf31c5d is described below

commit f1cdf31c5d163fddb4d961c46bd5392319781032
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri May 27 14:34:40 2022 +1000

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

diff --git a/build.gradle b/build.gradle
index 78122bd446..ae59bf3acc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -133,7 +133,7 @@ ext {
     ivyVersion = '2.5.0'
     jansiVersion = '2.4.0'
     jarjarVersion = '1.7.2'
-    javaParserVersion = '3.24.0'
+    javaParserVersion = '3.24.2'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
     junitVersion = '4.13.2'