This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new c32b2db9f7 TIKA-4792: update forbiddenapis commons signature
c32b2db9f7 is described below
commit c32b2db9f7a3dab1bf173892305a38dd6af43193
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Sep 1 11:33:53 2026 +0200
TIKA-4792: 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 2a9001c0b7..a402d03d60 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1261,7 +1261,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>