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 9636828610 TIKA-4836: update forbiddenapis commons signature
9636828610 is described below
commit 963682861034dfe04bcfa11eac8eabe6c09d9b58
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Sep 1 11:33:05 2026 +0200
TIKA-4836: update forbiddenapis commons signature
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 1e38a2a9cc..9332897762 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1451,7 +1451,7 @@
<bundledSignature>jdk-non-portable</bundledSignature>
<bundledSignature>jdk-internal</bundledSignature>
<!-- replace with ${commons.io.version} when available -->
- <bundledSignature>commons-io-unsafe-2.11.0</bundledSignature>
+ <bundledSignature>commons-io-unsafe-2.15.1</bundledSignature>
</bundledSignatures>
</configuration>
<executions>