Skip to content

Commit

Permalink
Merge pull request #573 from thoughtworks/dependabot/gradle/io.projec…
Browse files Browse the repository at this point in the history
…treactor-reactor-bom-2023.0.14

Bump io.projectreactor:reactor-bom from 2023.0.13 to 2023.0.14
  • Loading branch information
chadlwilson authored Feb 1, 2025
2 parents 5b347fc + 7c159f8 commit d30a7b1
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.13"))
implementation(platform("io.projectreactor:reactor-bom:2023.0.14"))

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

0 comments on commit d30a7b1

Please sign in to comment.