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 5c2aed0f3e2556e6ba09a90f1652f3a47d9f55c8 Author: Paul King <[email protected]> AuthorDate: Sat Jul 22 09:13:17 2023 +1000 GROOVY-11131: Bump javaparser to 3.25.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index badb347659..5ccf9d43fb 100644 --- a/build.gradle +++ b/build.gradle @@ -136,7 +136,7 @@ ext { ivyVersion = '2.5.1' jansiVersion = '2.4.0' jarjarVersion = '1.7.2' - javaParserVersion = '3.25.1' + javaParserVersion = '3.25.4' jlineVersion = '2.14.6' jmockVersion = '1.2.0' junitVersion = '4.13.2'
