We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3372c11 commit 439b316Copy full SHA for 439b316
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.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