You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2018/12/22 17:19:06 UTC

[groovy] 01/02: Bump javaparser to 3.8.3

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch refine-groovydoc
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 5baf15112b7403ef117cb895e1364d05150b7520
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Dec 22 17:36:28 2018 +0800

    Bump javaparser to 3.8.3
---
 subprojects/groovy-groovydoc/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/groovy-groovydoc/build.gradle b/subprojects/groovy-groovydoc/build.gradle
index 719e61a..43f01c7 100644
--- a/subprojects/groovy-groovydoc/build.gradle
+++ b/subprojects/groovy-groovydoc/build.gradle
@@ -18,7 +18,7 @@
  */
 
 ext {
-    javaparserVersion = '3.8.2'
+    javaparserVersion = '3.8.3'
 }
 
 dependencies {