This is an automated email from the ASF dual-hosted git repository.
jacopoc pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new 1313960509 Bump Tomcat dependencies from 9.0.117 to 9.0.118
1313960509 is described below
commit 1313960509755dea1405acea002792b8a26724a7
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Wed May 13 11:35:20 2026 +0200
Bump Tomcat dependencies from 9.0.117 to 9.0.118
---
dependencies.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dependencies.gradle b/dependencies.gradle
index 629b35b4e5..8a3284a03e 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -58,8 +58,8 @@ dependencies {
implementation 'org.apache.tika:tika-parsers:2.9.4'
implementation 'org.apache.tika:tika-parser-pdf-module:2.9.4'
implementation 'org.apache.cxf:cxf-rt-frontend-jaxrs:3.6.10' // 4.0.3 does
not compile
- implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.117' // Remember
to change the version number (9 now) in javadoc block if needed.
- implementation 'org.apache.tomcat:tomcat-jasper:9.0.117'
+ implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.118' // Remember
to change the version number (9 now) in javadoc block if needed.
+ implementation 'org.apache.tomcat:tomcat-jasper:9.0.118'
implementation 'org.apache.axis2:axis2-kernel:1.8.2'
implementation 'org.apache.xmlgraphics:batik-anim:1.19'
implementation 'org.apache.xmlgraphics:batik-util:1.19'