You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2024/01/20 15:10:48 UTC

(tika) branch main updated: TIKA-4166: update tyrus

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 0e73627be TIKA-4166: update tyrus
0e73627be is described below

commit 0e73627be7417929b404f667b9dbb6bbb8cdd07a
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Jan 20 16:10:40 2024 +0100

    TIKA-4166: 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 74f402c5c..71c6d15c7 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -84,7 +84,7 @@
     <dependency>
       <groupId>org.glassfish.tyrus.bundles</groupId>
       <artifactId>tyrus-standalone-client</artifactId>
-      <version>2.1.4</version>
+      <version>2.1.5</version>
     </dependency>
   </dependencies>
   <reporting>