We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63eefef commit d7f3d4cCopy full SHA for d7f3d4c
build.gradle.kts
@@ -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.7"))
+ implementation(platform("io.projectreactor:reactor-bom:2023.0.8"))
102
103
// OpenAPI specification and interactive UI generated from code
104
kapt("io.micronaut.openapi:micronaut-openapi")
0 commit comments