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 77104f3bb TIKA-4326: update azure, nimbus, puppy-crawl, grpc; remove
exclusion that is no longer needed
77104f3bb is described below
commit 77104f3bb8e290ac1feaea7d3c08c6f198fa0426
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Nov 2 13:20:15 2024 +0100
TIKA-4326: update azure, nimbus, puppy-crawl, grpc; remove exclusion that
is no longer needed
---
tika-grpc/pom.xml | 2 +-
tika-parent/pom.xml | 14 ++++----------
2 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml
index d4c845ffb..d5112a092 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -34,7 +34,7 @@
</parent>
<properties>
- <grpc.version>1.68.0</grpc.version>
+ <grpc.version>1.68.1</grpc.version>
<protoc.version>3.25.3</protoc.version>
<asarkar-grpc-test.version>1.2.2</asarkar-grpc-test.version>
<awaitility.version>4.2.2</awaitility.version>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b081916b9..e03050cb4 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -302,7 +302,7 @@
<maven.scr.version>1.26.4</maven.scr.version>
<maven.shade.version>3.6.0</maven.shade.version>
<maven.project.info.reports.version>3.8.0</maven.project.info.reports.version>
- <puppycrawl.version>10.18.2</puppycrawl.version>
+ <puppycrawl.version>10.20.0</puppycrawl.version>
<rat.version>0.16.1</rat.version>
<scm.version>2.1.0</scm.version>
@@ -315,8 +315,8 @@
See TIKA-2992.
-->
<asm.version>9.7.1</asm.version>
- <azure.core.version>1.53.0</azure.core.version>
- <azure.core.http.netty.version>1.15.5</azure.core.http.netty.version>
+ <azure.core.version>1.54.0</azure.core.version>
+ <azure.core.http.netty.version>1.15.6</azure.core.http.netty.version>
<azure.storage.blob.version>12.28.1</azure.storage.blob.version>
<azure.storage.common>12.27.1</azure.storage.common>
<azure-identity.version>1.14.0</azure-identity.version>
@@ -450,7 +450,7 @@
<zookeeper.version>3.9.3</zookeeper.version>
<logback.version>1.5.12</logback.version>
<zstd.version>1.5.6-7</zstd.version>
- <nimbus-jose-jwt.version>9.41.2</nimbus-jose-jwt.version>
+ <nimbus-jose-jwt.version>9.45</nimbus-jose-jwt.version>
<javacpp.version>1.5.10</javacpp.version>
</properties>
@@ -585,12 +585,6 @@
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>${azure.core.http.netty.version}</version>
- <exclusions>
- <exclusion>
- <groupId>io.netty</groupId>
- <artifactId>netty-transport-native-epoll</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>com.drewnoakes</groupId>