This is an automated email from the ASF dual-hosted git repository.
Bukama 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 ac1da53 Bump io.projectreactor:reactor-core from 3.8.5 to 3.8.6 (#189)
ac1da53 is described below
commit ac1da534398d21242057e5caab6f26a2883e8114
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 15 16:46:35 2026 +0200
Bump io.projectreactor:reactor-core from 3.8.5 to 3.8.6 (#189)
Bumps
[io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from
3.8.5 to 3.8.6.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.8.5...v3.8.6)
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
dependency-version: 3.8.6
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 174415f..c56032b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
- <version>3.8.5</version>
+ <version>3.8.6</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>