This is an automated email from the ASF dual-hosted git repository.
tilman 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 457ae09e2 TIKA-4327: update tyrus
457ae09e2 is described below
commit 457ae09e2e6d3e070c20cbe0d15c552d9ae6c4e8
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Oct 31 09:55:09 2025 +0100
TIKA-4327: update tyrus
---
tika-translate/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index 70ffb28a1..3ab74ad8c 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -85,7 +85,7 @@
<dependency>
<groupId>org.glassfish.tyrus.bundles</groupId>
<artifactId>tyrus-standalone-client</artifactId>
- <version>2.2.0</version>
+ <version>2.2.1</version>
</dependency>
</dependencies>
<reporting>