Skip to content

Commit 055a2fe

Browse files
authored
Merge pull request #543 from ThoughtWorks-SEA/dependabot/gradle/io.projectreactor-reactor-bom-2023.0.10
Bump io.projectreactor:reactor-bom from 2023.0.9 to 2023.0.10
2 parents c0bf8dc + f419904 commit 055a2fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
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.9"
33+
"reactorToolsVersionExpected" to "3.6.10"
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.9"))
101+
implementation(platform("io.projectreactor:reactor-bom:2023.0.10"))
102102

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

0 commit comments

Comments
 (0)