diff --git a/dgs-webflux/build.gradle b/dgs-webflux/build.gradle index b02c47c9a..779060b35 100644 --- a/dgs-webflux/build.gradle +++ b/dgs-webflux/build.gradle @@ -32,7 +32,7 @@ dependencies { //dgs // implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0")) implementation "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" - implementation "io.projectreactor:reactor-core:3.7.0" + implementation "io.projectreactor:reactor-core:3.7.1" // spring boot implementation 'org.springframework.boot:spring-boot-starter-webflux'