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 2f7120f8c6e979c197716b5d04ec79cc1dc444ae Author: Paul King <[email protected]> AuthorDate: Wed Mar 8 13:40:18 2023 +1000 GROOVY-10965: Bump javaparser to 3.25.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 862971d708..9e37e2561a 100644 --- a/build.gradle +++ b/build.gradle @@ -133,7 +133,7 @@ ext { ivyVersion = '2.5.1' jansiVersion = '2.4.0' jarjarVersion = '1.7.2' - javaParserVersion = '3.24.2' + javaParserVersion = '3.25.1' jlineVersion = '2.14.6' jmockVersion = '1.2.0' junitVersion = '4.13.2'
