We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0bf8dc + f419904 commit 055a2feCopy full SHA for 055a2fe
build.gradle.kts
@@ -30,7 +30,7 @@ val depVersions =
30
depDescriptors.mapValues { (_, v) -> v.split(':').last() } +
31
mapOf(
32
"javaMajor" to "17",
33
- "reactorToolsVersionExpected" to "3.6.9"
+ "reactorToolsVersionExpected" to "3.6.10"
34
)
35
36
repositories {
@@ -98,7 +98,7 @@ dependencies {
98
runtimeOnly("ch.qos.logback:logback-classic:1.2.13") // Remove fixed version when micronaut has updated to 1.3+
99
100
// Needs to be compatible with Micronaut's reactor-based BOM.
101
- implementation(platform("io.projectreactor:reactor-bom:2023.0.9"))
+ implementation(platform("io.projectreactor:reactor-bom:2023.0.10"))
102
103
// OpenAPI specification and interactive UI generated from code
104
kapt("io.micronaut.openapi:micronaut-openapi")
0 commit comments