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 21e191c56 TIKA-4239: update azure
21e191c56 is described below
commit 21e191c566407eeec6ed3fe71216faad786998cf
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Sep 13 10:37:34 2024 +0200
TIKA-4239: update azure
---
tika-parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index f4c7e553d..f1ca83797 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -503,12 +503,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
- <version>1.51.0</version>
+ <version>1.52.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
- <version>1.15.3</version>
+ <version>1.15.4</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>