Skip to content

Commit

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

Bump io.projectreactor:reactor-bom from 2023.0.10 to 2023.0.11
  • Loading branch information
chadlwilson authored Nov 1, 2024
2 parents f57b51f + 2f0a2d6 commit 898d7b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ val depVersions =
depDescriptors.mapValues { (_, v) -> v.split(':').last() } +
mapOf(
"javaMajor" to "17",
"reactorToolsVersionExpected" to "3.6.10"
"reactorToolsVersionExpected" to "3.6.11"
)

repositories {
Expand Down 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 898d7b9

Please sign in to comment.