Skip to content

Commit

Permalink
Bump reactor.version from 3.6.9 to 3.6.10 (#2548)
Browse files Browse the repository at this point in the history
Bumps `reactor.version` from 3.6.9 to 3.6.10.

Updates `io.projectreactor:reactor-core` from 3.6.9 to 3.6.10
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.9...v3.6.10)

Updates `io.projectreactor:reactor-test` from 3.6.9 to 3.6.10
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.9...v3.6.10)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.projectreactor:reactor-test
  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>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 27114e8 commit 127c403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<properties>
<main.basedir>${project.basedir}/..</main.basedir>
<reactor.version>3.6.9</reactor.version>
<reactor.version>3.6.10</reactor.version>
<reactive.streams.version>1.0.4</reactive.streams.version>
<reactivex.version>2.2.21</reactivex.version>
</properties>
Expand Down

0 comments on commit 127c403

Please sign in to comment.