diff --git a/servlet-hello-world/build.gradle b/servlet-hello-world/build.gradle index 3c70441..c063420 100644 --- a/servlet-hello-world/build.gradle +++ b/servlet-hello-world/build.gradle @@ -1,4 +1,4 @@ -def jettyVersion = '9.4.44.v20210927' +def jettyVersion = '11.0.7' dependencies { implementation "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER"