This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 83b9d0a84876db1ff6ec09518e6a25c9dd18c72a Author: Daniel Sun <[email protected]> AuthorDate: Sat Mar 14 17:38:24 2020 +0800 GROOVY-9466: Bump javaparser to 3.15.15 (cherry picked from commit 8158804580669598effcd068d878f1881fef241e) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9432794..c112de0 100644 --- a/build.gradle +++ b/build.gradle @@ -137,7 +137,7 @@ ext { ivyVersion = '2.5.0' jansiVersion = '1.18' jarjarVersion = '1.7.2' - javaParserVersion = '3.15.13' + javaParserVersion = '3.15.15' jlineVersion = '2.14.6' jmockVersion = '1.2.0' logbackVersion = '1.1.7'
