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 d5818ce1f Bump io.projectreactor:reactor-core from 3.6.9 to 3.6.10
(#1955)
d5818ce1f is described below
commit d5818ce1fbfd51f7c9d17ccd6cd99cca999de31c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 16 07:56:57 2024 +0200
Bump io.projectreactor:reactor-core from 3.6.9 to 3.6.10 (#1955)
Bumps
[io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from
3.6.9 to 3.6.10.
- [Release notes](https://github.com/reactor/reactor-core/releases)
-
[Commits](https://github.com/reactor/reactor-core/compare/v3.6.9...v3.6.10)
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
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 39b2cd0a5..ff1994ed6 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -418,7 +418,7 @@
<protobuf.version>3.25.4</protobuf.version>
<!-- 2.5.0-rc1 tested successfully -->
<quartz.version>2.3.2</quartz.version>
- <reactor.core.version>3.6.9</reactor.core.version>
+ <reactor.core.version>3.6.10</reactor.core.version>
<reactor.netty.version>1.1.22</reactor.netty.version>
<rome.version>2.1.0</rome.version>
<scm.version>2.1.0</scm.version>