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 07d4630123 Bump org.apache.tomcat:tomcat-catalina-ha from 9.0.118 to
9.0.121
07d4630123 is described below
commit 07d4630123ec72bc56a7641be305ba65e02262dc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 28 07:39:09 2026 +0000
Bump org.apache.tomcat:tomcat-catalina-ha from 9.0.118 to 9.0.121
Bumps org.apache.tomcat:tomcat-catalina-ha from 9.0.118 to 9.0.121.
---
updated-dependencies:
- dependency-name: org.apache.tomcat:tomcat-catalina-ha
dependency-version: 9.0.121
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
dependencies.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dependencies.gradle b/dependencies.gradle
index 6f52c57c9d..9d296c43c4 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.12' // 4.0.3 does
not compile
- 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.tomcat:tomcat-catalina-ha:9.0.121' // Remember
to change the version number (9 now) in javadoc block if needed.
+ implementation 'org.apache.tomcat:tomcat-jasper:9.0.121'
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'