diff --git a/servlet-hello-world/build.gradle b/servlet-hello-world/build.gradle index 75916aa..7b79e69 100644 --- a/servlet-hello-world/build.gradle +++ b/servlet-hello-world/build.gradle @@ -2,7 +2,7 @@ def jettyVersion = '9.4.52.v20230823' dependencies { implementation "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER" - implementation "io.projectreactor:reactor-core:3.5.9" + implementation "io.projectreactor:reactor-core:3.5.10" implementation 'ch.qos.logback:logback-classic:1.4.11' implementation 'org.slf4j:slf4j-simple:2.0.9' implementation "org.eclipse.jetty:jetty-webapp:${jettyVersion}"