Skip to content

Commit 0c30568

Browse files
committed
TIKA-4239: update azure, remove exclusion that is no longer needed
1 parent 93a92b1 commit 0c30568

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tika-parent/pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -513,18 +513,12 @@
513513
<dependency>
514514
<groupId>com.azure</groupId>
515515
<artifactId>azure-core</artifactId>
516-
<version>1.53.0</version>
516+
<version>1.54.0</version>
517517
</dependency>
518518
<dependency>
519519
<groupId>com.azure</groupId>
520520
<artifactId>azure-core-http-netty</artifactId>
521-
<version>1.15.5</version>
522-
<exclusions>
523-
<exclusion>
524-
<groupId>io.netty</groupId>
525-
<artifactId>netty-transport-native-epoll</artifactId>
526-
</exclusion>
527-
</exclusions>
521+
<version>1.15.6</version>
528522
</dependency>
529523
<dependency>
530524
<groupId>com.drewnoakes</groupId>

0 commit comments

Comments
 (0)