This is an automated email from the ASF dual-hosted git repository.
jacopoc 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 1ec71e080d Bump org.apache.tika:tika-parser-pdf-module from 3.3.0 to
3.3.1
1ec71e080d is described below
commit 1ec71e080d99e00271c1ff402b7d443e407db9af
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 13:40:24 2026 +0000
Bump org.apache.tika:tika-parser-pdf-module from 3.3.0 to 3.3.1
Bumps org.apache.tika:tika-parser-pdf-module from 3.3.0 to 3.3.1.
---
updated-dependencies:
- dependency-name: org.apache.tika:tika-parser-pdf-module
dependency-version: 3.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
dependencies.gradle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dependencies.gradle b/dependencies.gradle
index 2afd1bf142..1f0cfa59dd 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -56,9 +56,9 @@ dependencies {
implementation 'org.apache.shiro:shiro-crypto-cipher:2.1.0'
implementation 'org.apache.sshd:sshd-core:2.17.1'
implementation 'org.apache.sshd:sshd-sftp:2.17.1'
- implementation 'org.apache.tika:tika-core:3.3.0'
- implementation 'org.apache.tika:tika-parsers:3.3.0'
- implementation 'org.apache.tika:tika-parser-pdf-module:3.3.0'
+ implementation 'org.apache.tika:tika-core:3.3.1'
+ implementation 'org.apache.tika:tika-parsers:3.3.1'
+ implementation 'org.apache.tika:tika-parser-pdf-module:3.3.1'
implementation 'org.apache.cxf:cxf-rt-frontend-jaxrs:4.2.0'
implementation 'org.apache.tomcat:tomcat-catalina-ha:10.1.55' // Remember
to change the version number (10 now) in javadoc block if needed.
implementation 'org.apache.tomcat:tomcat-jasper:10.1.55'