This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_2x by this push:
new 0c3056842 TIKA-4239: update azure, remove exclusion that is no longer
needed
0c3056842 is described below
commit 0c3056842c61b0c0c8051269b743b0963148a3d2
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Nov 2 06:28:03 2024 +0100
TIKA-4239: update azure, remove exclusion that is no longer needed
---
tika-parent/pom.xml | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 60d1d8652..68867d52a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -513,18 +513,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
- <version>1.53.0</version>
+ <version>1.54.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
- <version>1.15.5</version>
- <exclusions>
- <exclusion>
- <groupId>io.netty</groupId>
- <artifactId>netty-transport-native-epoll</artifactId>
- </exclusion>
- </exclusions>
+ <version>1.15.6</version>
</dependency>
<dependency>
<groupId>com.drewnoakes</groupId>