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/02/24 04:16:08 UTC

[groovy] 01/03: GROOVY-10444: Bump javaparser to 3.24.0

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

commit ea81c7605224c147da9b0a1d56a6ae0d01e8b909
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 24 14:08:30 2022 +1000

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

diff --git a/build.gradle b/build.gradle
index c241af3..96885f7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -138,7 +138,7 @@ ext {
     ivyVersion = '2.5.0'
     jansiVersion = '2.1.1'
     jarjarVersion = '1.8.1'
-    javaParserVersion = '3.23.0'
+    javaParserVersion = '3.24.0'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
     logbackVersion = '1.2.8'