This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new d9d35b175e Improved: Update Groovy to 3.0.19 (OFBIZ-12848) d9d35b175e is described below commit d9d35b175e24a88f6f770a971f8b2aa90c2003c6 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Aug 25 18:50:17 2023 +0200 Improved: Update Groovy to 3.0.19 (OFBIZ-12848) Forgot to save the API update --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index abbbad49c2..12f51413ab 100644 --- a/build.gradle +++ b/build.gradle @@ -107,7 +107,7 @@ javadoc { links( 'https://docs.oracle.com/javase/17/docs/api', 'https://tomcat.apache.org/tomcat-9.0-doc/servletapi/', - 'http://docs.groovy-lang.org/docs/groovy-3.0.13/html/api', + 'http://docs.groovy-lang.org/docs/groovy-3.0.19/html/api', 'https://commons.apache.org/proper/commons-cli/apidocs' ) }