This is an automated email from the ASF dual-hosted git repository.
tallison 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 86eaf14f1 TIKA-3896 -- general upgrades for 2.5.1
86eaf14f1 is described below
commit 86eaf14f143b91dff45ea83f2a040fddbc7bda31
Author: tballison <[email protected]>
AuthorDate: Thu Oct 20 16:50:58 2022 -0400
TIKA-3896 -- general upgrades for 2.5.1
---
tika-parent/pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 49bc0a748..8b2a785db 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -374,6 +374,7 @@
<!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
<poi.version>5.2.3</poi.version>
<quartz.version>2.3.2</quartz.version>
+ <reactor.netty.version>1.0.24</reactor.netty.version>
<rome.version>1.18.0</rome.version>
<scm.version>1.13.0</scm.version>
<sis.version>1.2</sis.version>
@@ -529,6 +530,16 @@
<artifactId>netty-transport-native-unix-common</artifactId>
<version>${netty.version}</version>
</dependency>
+ <dependency>
+ <groupId>io.projectreactor.netty</groupId>
+ <artifactId>reactor-netty-core</artifactId>
+ <version>${reactor.netty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.projectreactor.netty</groupId>
+ <artifactId>reactor-netty-http</artifactId>
+ <version>${reactor.netty.version}</version>
+ </dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>