This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new bb052f5e84 TIKA-4836: update aws, xmlbeans, pf4j
bb052f5e84 is described below
commit bb052f5e84940cb2eb6a652f57c80570c7fb68f1
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Aug 27 20:46:59 2026 +0200
TIKA-4836: update aws, xmlbeans, pf4j
---
tika-parent/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 673c84cb95..f81eac37da 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -320,7 +320,7 @@
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.72.0</google.cloud.version>
- <aws2.version>2.54.4</aws2.version>
+ <aws2.version>2.54.5</aws2.version>
<!-- WARNING: when you upgrade asm make sure that you update the
OpCode in the initializer in
org.apache.tika.parser.asm.XHTMLClassVisitor
See TIKA-2992.
@@ -955,7 +955,7 @@
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
- <version>5.3.0</version>
+ <version>5.4.0</version>
<!-- need to exclude these provided dependencies -->
<exclusions>
<exclusion>
@@ -1144,7 +1144,7 @@
<dependency>
<groupId>org.pf4j</groupId>
<artifactId>pf4j</artifactId>
- <version>3.15.0</version>
+ <version>3.15.1</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>