diff --git a/servlet-hello-world/build.gradle b/servlet-hello-world/build.gradle index b3c979c..6ca0e31 100644 --- a/servlet-hello-world/build.gradle +++ b/servlet-hello-world/build.gradle @@ -2,7 +2,7 @@ def jettyVersion = '9.4.58.v20250814' dependencies { implementation "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER" - implementation "io.projectreactor:reactor-core:3.7.9" + implementation "io.projectreactor:reactor-core:3.7.12" implementation 'ch.qos.logback:logback-classic:1.5.19' implementation 'org.slf4j:slf4j-simple:2.0.17' implementation "org.eclipse.jetty:jetty-webapp:${jettyVersion}"