File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
2424
2525 implementation ' org.openapitools:jackson-databind-nullable:0.2.9'
2626
27- implementation ' org.springframework:spring-webflux:6.2.17 '
27+ implementation ' org.springframework:spring-webflux:6.2.18 '
2828 implementation (' io.projectreactor.netty:reactor-netty:1.3.4' ) {
2929 exclude group : ' io.netty' , module : ' netty-codec-http'
3030 }
@@ -39,11 +39,11 @@ dependencies {
3939 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
4040 testImplementation ' org.junit.jupiter:junit-jupiter:6.0.2'
4141 testImplementation ' org.mockito:mockito-core:5.23.0'
42- testImplementation ' org.springframework:spring-test:6.2.17 '
42+ testImplementation ' org.springframework:spring-test:6.2.18 '
4343 testImplementation ' io.projectreactor:reactor-test:3.8.2'
4444 testImplementation ' com.squareup.okhttp3:mockwebserver3:5.3.2'
4545
46- testRuntimeOnly ' org.springframework:spring-context:6.2.17 '
46+ testRuntimeOnly ' org.springframework:spring-context:6.2.18 '
4747}
4848
4949test {
You can’t perform that action at this time.
0 commit comments