This is an automated email from the ASF dual-hosted git repository.
THausherr 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 caedaa3c46 Bump io.projectreactor:reactor-core from 3.8.6 to 3.8.7
(#3052)
caedaa3c46 is described below
commit caedaa3c4637981f8f38bb2303da7d87159812b4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 07:52:15 2026 +0200
Bump io.projectreactor:reactor-core from 3.8.6 to 3.8.7 (#3052)
Bumps
[io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from
3.8.6 to 3.8.7.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.8.6...v3.8.7)
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
dependency-version: 3.8.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c9d1f35267..ee750a11d6 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -427,7 +427,7 @@
<poi.version>5.5.1</poi.version>
<protobuf.version>3.25.9</protobuf.version>
<quartz.version>2.5.2</quartz.version>
- <reactor.core.version>3.8.6</reactor.core.version>
+ <reactor.core.version>3.8.7</reactor.core.version>
<reactor.netty.version>1.3.6</reactor.netty.version>
<rome.version>2.1.0</rome.version>
<slf4j.version>2.0.18</slf4j.version>