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 2022/05/21 18:52:02 UTC

[tika] branch main updated: TIKA-3751: update jakarta.websocket-api

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 7be2a453e TIKA-3751: update jakarta.websocket-api
7be2a453e is described below

commit 7be2a453e130042faaac14befb8c8affaf4d7377
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat May 21 20:51:46 2022 +0200

    TIKA-3751: update jakarta.websocket-api
---
 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 41b77fa26..504b882c4 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -120,7 +120,7 @@
     <dependency>
       <groupId>jakarta.websocket</groupId>
       <artifactId>jakarta.websocket-api</artifactId>
-      <version>2.0.0</version>
+      <version>2.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.glassfish.tyrus.bundles</groupId>