This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch GROOVY-9503 in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 07f311855877b1143d634a40a1fb8994adef847f Author: Daniel Sun <[email protected]> AuthorDate: Sun Apr 12 00:26:34 2020 +0800 GROOVY-9503: Bump javaparser to 3.15.18 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 406d10f..1496ea1 100644 --- a/build.gradle +++ b/build.gradle @@ -138,7 +138,7 @@ ext { ivyVersion = '2.5.0' jansiVersion = '1.18' jarjarVersion = '1.7.2' - javaParserVersion = '3.15.17' + javaParserVersion = '3.15.18' jlineVersion = '2.14.6' jmockVersion = '1.2.0' logbackVersion = '1.1.7'
