Skip to content

Commit

Permalink
Bump io.projectreactor:reactor-bom from 2023.0.10 to 2023.0.11
Browse files Browse the repository at this point in the history
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.10 to 2023.0.11.
- [Release notes](https://github.com/reactor/reactor/releases)
- [Commits](reactor/reactor@2023.0.10...2023.0.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent f54ca7d commit 08e1bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies {
runtimeOnly("ch.qos.logback:logback-classic:1.2.13") // Remove fixed version when micronaut has updated to 1.3+

// Needs to be compatible with Micronaut's reactor-based BOM.
implementation(platform("io.projectreactor:reactor-bom:2023.0.10"))
implementation(platform("io.projectreactor:reactor-bom:2023.0.11"))

// OpenAPI specification and interactive UI generated from code
kapt("io.micronaut.openapi:micronaut-openapi")
Expand Down

0 comments on commit 08e1bf0

Please sign in to comment.