Skip to content

Commit 3a3d86b

Browse files
authored
Merge pull request #599 from thoughtworks/dependabot/gradle/io.projectreactor-reactor-bom-2023.0.19
Bump io.projectreactor:reactor-bom from 2023.0.14 to 2023.0.19
2 parents 238cf78 + 5c5acb3 commit 3a3d86b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ val depVersions =
3030
depDescriptors.mapValues { (_, v) -> v.split(':').last() } +
3131
mapOf(
3232
"javaMajor" to "17",
33-
"reactorToolsVersionExpected" to "3.6.13"
33+
"reactorToolsVersionExpected" to "3.6.18"
3434
)
3535

3636
repositories {
@@ -98,7 +98,7 @@ dependencies {
9898
runtimeOnly("ch.qos.logback:logback-classic:1.2.13") // Remove fixed version when micronaut has updated to 1.3+
9999

100100
// Needs to be compatible with Micronaut's reactor-based BOM.
101-
implementation(platform("io.projectreactor:reactor-bom:2023.0.14"))
101+
implementation(platform("io.projectreactor:reactor-bom:2023.0.19"))
102102

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

0 commit comments

Comments
 (0)