This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 86ac67f2a3 Bump cxf.reactor.version from 3.7.4 to 3.7.5 (#2369)
86ac67f2a3 is described below
commit 86ac67f2a37f996d023722b7263018b71be29de1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 16 07:29:54 2025 -0400
Bump cxf.reactor.version from 3.7.4 to 3.7.5 (#2369)
Bumps `cxf.reactor.version` from 3.7.4 to 3.7.5.
Updates `io.projectreactor:reactor-core` from 3.7.4 to 3.7.5
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.7.4...v3.7.5)
Updates `io.projectreactor:reactor-test` from 3.7.4 to 3.7.5
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.7.4...v3.7.5)
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
dependency-version: 3.7.5
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.projectreactor:reactor-test
dependency-version: 3.7.5
dependency-type: direct:development
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>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index aa0ae892d8..698e83c958 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -198,7 +198,7 @@
<cxf.plexus-archiver.version>4.10.0</cxf.plexus-archiver.version>
<cxf.plexus-utils.version>3.5.1</cxf.plexus-utils.version>
<cxf.reactivestreams.version>1.0.4</cxf.reactivestreams.version>
- <cxf.reactor.version>3.7.4</cxf.reactor.version>
+ <cxf.reactor.version>3.7.5</cxf.reactor.version>
<cxf.rhino.version>1.7.15</cxf.rhino.version>
<cxf.rxjava.version>1.3.8</cxf.rxjava.version>
<cxf.rxjava2.version>2.2.21</cxf.rxjava2.version>