Skip to content

Commit

Permalink
Bump io-projectreactor from 3.4.11 to 3.4.33
Browse files Browse the repository at this point in the history
Bumps `io-projectreactor` from 3.4.11 to 3.4.33.

Updates `io.projectreactor:reactor-core` from 3.4.11 to 3.4.33
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.4.11...v3.4.33)

Updates `io.projectreactor:reactor-test` from 3.6.0-RC1 to 3.4.33
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.0-RC1...v3.4.33)

---
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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcusdacoregio committed Oct 31, 2023
1 parent 647b4cc commit 3ee9ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {

implementation 'io.github.gradle-nexus:publish-plugin:1.1.0'
implementation 'io.spring.gradle:dependency-management-plugin:1.0.15.RELEASE'
implementation 'io.projectreactor:reactor-core:3.4.11'
implementation 'io.projectreactor:reactor-core:3.4.33'
implementation 'com.apollographql.apollo:apollo-runtime:2.4.5'
implementation 'com.github.ben-manes:gradle-versions-plugin:0.41.0'
implementation 'com.github.spullara.mustache.java:compiler:0.9.11'
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
ch-qos-logback = "1.4.11"
io-projectreactor = "3.6.0-RC1"
io-projectreactor = "3.4.33"
jakarta-websocket = "2.1.1"
org-apache-derby = "10.16.1.1"
org-codehaus-groovy = "3.0.19"
Expand Down

0 comments on commit 3ee9ccb

Please sign in to comment.