This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git
The following commit(s) were added to refs/heads/master by this push:
new 116d79c Bump io.projectreactor:reactor-core from 3.7.3 to 3.8.4 (#164)
116d79c is described below
commit 116d79c1a977afe84c918f578866c516dc5c190f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 17:45:27 2026 +0100
Bump io.projectreactor:reactor-core from 3.7.3 to 3.8.4 (#164)
Bumps
[io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from
3.7.3 to 3.8.4.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.7.3...v3.8.4)
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
dependency-version: 3.8.4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4ba5f08..21b7337 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
- <version>3.7.3</version>
+ <version>3.8.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>