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 2023/09/15 18:07:20 UTC

[tika] branch main updated: TIKA-4129: 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 7da1d6b70 TIKA-4129: update tyrus
7da1d6b70 is described below

commit 7da1d6b70b370ea7fc06793b574dd2776981aeb3
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Sep 15 20:06:01 2023 +0200

    TIKA-4129: update tyrus
---
 tika-translate/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index b31975099..8f3ab56a2 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -108,9 +108,7 @@
     <dependency>
       <groupId>org.glassfish.tyrus.bundles</groupId>
       <artifactId>tyrus-standalone-client</artifactId>
-      <!-- update to 2.0.3 not possible with jdk8,
-           "class file has wrong version 55.0, should be 52.0" -->
-      <version>2.0.2</version>
+      <version>2.1.3</version>
     </dependency>
   </dependencies>
   <reporting>