File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.13 "
33+ " reactorToolsVersionExpected" to " 3.6.18 "
3434 )
3535
3636repositories {
@@ -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.14 " ))
101+ implementation(platform(" io.projectreactor:reactor-bom:2023.0.19 " ))
102102
103103 // OpenAPI specification and interactive UI generated from code
104104 kapt(" io.micronaut.openapi:micronaut-openapi" )
You can’t perform that action at this time.
0 commit comments