This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new 142d1647b TIKA-4326: update reactor core, reactor netty
142d1647b is described below
commit 142d1647b01587692d881a7475f6dfe6c44aa00b
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Dec 12 11:18:12 2024 +0100
TIKA-4326: update reactor core, reactor netty
---
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 40c0b6c10..283c9d705 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -423,8 +423,8 @@
<poi.version>5.3.0</poi.version>
<protobuf.version>3.25.5</protobuf.version>
<quartz.version>2.5.0</quartz.version>
- <reactor.core.version>3.7.0</reactor.core.version>
- <reactor.netty.version>1.2.0</reactor.netty.version>
+ <reactor.core.version>3.7.1</reactor.core.version>
+ <reactor.netty.version>1.2.1</reactor.netty.version>
<rome.version>2.1.0</rome.version>
<scm.version>2.1.0</scm.version>
<slf4j.version>2.0.16</slf4j.version>