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 f0f109cb2 TIKA-4327: update websockets
f0f109cb2 is described below
commit f0f109cb2f1e36a6de80d0f53c1be2d1751094cc
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Oct 18 12:25:47 2025 +0200
TIKA-4327: update websockets
---
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 ba5377971..70ffb28a1 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -80,7 +80,7 @@
<dependency>
<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-api</artifactId>
- <version>2.2.0</version>
+ <version>2.3.0-M1</version>
</dependency>
<dependency>
<groupId>org.glassfish.tyrus.bundles</groupId>