Skip to content

Commit

Permalink
Bump io.projectreactor:reactor-core from 3.6.11 to 3.7.0 (#617)
Browse files Browse the repository at this point in the history
Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.6.11 to 3.7.0.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.11...v3.7.0)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 9e484bd commit 515ac7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencyResolutionManagement {
create("libs") {
library("lombok", "org.projectlombok:lombok:1.18.34")
library("micrometer-core", "io.micrometer:micrometer-core:1.14.0")
library("reactor-core", "io.projectreactor:reactor-core:3.6.11")
library("reactor-core", "io.projectreactor:reactor-core:3.7.0")
library("guava", "com.google.guava:guava:33.3.1-jre")
library("junit-jupiter-api", "org.junit.jupiter:junit-jupiter-api:5.11.3")
library("junit-jupiter-engine", "org.junit.jupiter:junit-jupiter-engine:5.11.3")
Expand Down

0 comments on commit 515ac7b

Please sign in to comment.