diff --git a/build.gradle.kts b/build.gradle.kts index d62ba493..64b29c0d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -98,7 +98,7 @@ dependencies { runtimeOnly("ch.qos.logback:logback-classic:1.2.13") // Remove fixed version when micronaut has updated to 1.3+ // Needs to be compatible with Micronaut's reactor-based BOM. - implementation(platform("io.projectreactor:reactor-bom:2023.0.9")) + implementation(platform("io.projectreactor:reactor-bom:2023.0.10")) // OpenAPI specification and interactive UI generated from code kapt("io.micronaut.openapi:micronaut-openapi")