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 e78350225 TIKA-4327: update tyrus, remove unneeded dependency
e78350225 is described below
commit e7835022538c4ceedeaea0057a0217e4401789c7
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Oct 21 10:18:33 2024 +0200
TIKA-4327: update tyrus, remove unneeded dependency
---
tika-translate/pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index 41d4beae1..08489ccb7 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.1.5</version>
+ <version>2.2.0</version>
</dependency>
</dependencies>
<reporting>
@@ -139,7 +139,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/main/java/org/apache/tika/parser/txt/Charset*.java</exclude>