From 88c11e35b43f0bdcbb491a9a7858a75dd7b197de Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Thu, 8 Sep 2022 12:38:02 -0700 Subject: [PATCH] Bump jetty to 11.0.11 --- buildSrc/src/main/groovy/Classpaths.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/Classpaths.groovy b/buildSrc/src/main/groovy/Classpaths.groovy index a1f2470bd02..43c9d6c0e71 100644 --- a/buildSrc/src/main/groovy/Classpaths.groovy +++ b/buildSrc/src/main/groovy/Classpaths.groovy @@ -116,7 +116,7 @@ class Classpaths { static final String JETTY11_GROUP = 'org.eclipse.jetty' static final String JETTY11_NAME = 'jetty-bom' - static final String JETTY11_VERSION = '11.0.8' + static final String JETTY11_VERSION = '11.0.11' static boolean addDependency(Configuration conf, String group, String name, String version, Action configure = Actions.doNothing()) { if (!conf.dependencies.find { it.name == name && it.group == group}) {