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 a5d949ecde Improved: Runs GitHub Gradle build with Java 11 a5d949ecde is described below commit a5d949ecde7e1d2148ae14de696efa42c69ad996 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Mon Jun 27 18:39:17 2022 +0200 Improved: Runs GitHub Gradle build with Java 11 Trivial change just to apply change made in Buildbot config to run w/ Java 11 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 267c6bf23a..6dc6521dda 100644 --- a/build.gradle +++ b/build.gradle @@ -235,7 +235,7 @@ dependencies { // Note: The Apache Tika PMC has set September 30, 2022 as the End Of Life for the Tika 1.x branch. // The PMC will make security fixes for the 1.x branch until that date. implementation 'org.apache.tika:tika-core:2.4.1' - implementation 'org.apache.tika:tika-parsers:1.28.4' // 2.1.0 does not work, + implementation 'org.apache.tika:tika-parsers:1.28.4' // 2.4.1 does not work, implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.60' // Remember to change the version number (9 now) in javadoc block if needed. implementation 'org.apache.tomcat:tomcat-jasper:9.0.60' implementation 'org.apache.axis2:axis2-kernel:1.8.1'