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 a3b90f43a TIKA-3795: update reactor-core and azure-core
a3b90f43a is described below
commit a3b90f43a6d26bdeb5f471120ca3a6160d6764e6
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Aug 6 11:36:46 2022 +0200
TIKA-3795: update reactor-core and azure-core
---
tika-pipes/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-pipes/pom.xml b/tika-pipes/pom.xml
index 1a364b9ab..f260df50d 100644
--- a/tika-pipes/pom.xml
+++ b/tika-pipes/pom.xml
@@ -57,7 +57,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
- <version>1.30.0</version>
+ <version>1.31.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
@@ -73,7 +73,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
- <version>3.4.20</version>
+ <version>3.4.21</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>