diff --git a/build.gradle b/build.gradle index fb7c606..ae7163e 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'org.openapitools:jackson-databind-nullable:0.2.9' - implementation 'org.springframework:spring-webflux:6.2.19' + implementation 'org.springframework:spring-webflux:7.0.8' implementation ('io.projectreactor.netty:reactor-netty:1.3.6') { exclude group: 'io.netty', module: 'netty-codec-http' } @@ -39,11 +39,11 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2' testImplementation 'org.mockito:mockito-core:5.23.0' - testImplementation 'org.springframework:spring-test:6.2.19' + testImplementation 'org.springframework:spring-test:7.0.8' testImplementation 'io.projectreactor:reactor-test:3.8.6' testImplementation 'com.squareup.okhttp3:mockwebserver3:5.3.2' - testRuntimeOnly 'org.springframework:spring-context:6.2.19' + testRuntimeOnly 'org.springframework:spring-context:7.0.8' } test {