Skip to content

Commit

Permalink
Merge pull request #386 from ThoughtWorks-SEA/dependabot/gradle/io.pr…
Browse files Browse the repository at this point in the history
…ojectreactor-reactor-bom-2022.0.7

Bump io.projectreactor:reactor-bom from 2022.0.6 to 2022.0.7
  • Loading branch information
chadlwilson authored May 9, 2023
2 parents 09a2b0c + e680f18 commit 129bf94
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 @@ -27,7 +27,7 @@ val depDescriptors = mapOf(
)
val depVersions = depDescriptors.mapValues { (_, v) -> v.split(':').last() } + mapOf(
"javaMajor" to "17",
"reactorToolsVersionExpected" to "3.5.5"
"reactorToolsVersionExpected" to "3.5.6"
)

repositories {
Expand Down Expand Up @@ -93,7 +93,7 @@ dependencies {
runtimeOnly("ch.qos.logback:logback-classic")

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

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

0 comments on commit 129bf94

Please sign in to comment.