From 3cea31fbefcc8308c42d6a842d49a09ac1f2a8a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 19:09:11 +0000 Subject: [PATCH] chore(deps): update jettyversion to v11 --- servlet-hello-world/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servlet-hello-world/build.gradle b/servlet-hello-world/build.gradle index 125ca0d..546f87a 100644 --- a/servlet-hello-world/build.gradle +++ b/servlet-hello-world/build.gradle @@ -1,4 +1,4 @@ -def jettyVersion = '9.4.47.v20220610' +def jettyVersion = '11.0.11' dependencies { implementation "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER"