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 6a3a4b28b6 Bump org.apache.cxf:cxf-rt-frontend-jaxrs from 3.6.10 to
3.6.12
6a3a4b28b6 is described below
commit 6a3a4b28b6900b9ec7b8a9be697ea13f03c3607c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 10:54:54 2026 +0000
Bump org.apache.cxf:cxf-rt-frontend-jaxrs from 3.6.10 to 3.6.12
Bumps org.apache.cxf:cxf-rt-frontend-jaxrs from 3.6.10 to 3.6.12.
---
updated-dependencies:
- dependency-name: org.apache.cxf:cxf-rt-frontend-jaxrs
dependency-version: 3.6.12
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dependencies.gradle b/dependencies.gradle
index bab7dcbd66..c60c3f2fb9 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -57,7 +57,7 @@ dependencies {
implementation 'org.apache.tika:tika-core:2.9.4'
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.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.axis2:axis2-kernel:1.8.2'