diff --git a/servlet-hello-world/build.gradle b/servlet-hello-world/build.gradle index 45069ba..aba3c90 100644 --- a/servlet-hello-world/build.gradle +++ b/servlet-hello-world/build.gradle @@ -2,7 +2,7 @@ def jettyVersion = '9.4.53.v20231009' dependencies { implementation "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER" - implementation "io.projectreactor:reactor-core:3.6.0" + implementation "io.projectreactor:reactor-core:3.6.1" implementation 'ch.qos.logback:logback-classic:1.4.14' implementation 'org.slf4j:slf4j-simple:2.0.9' implementation "org.eclipse.jetty:jetty-webapp:${jettyVersion}"