From af7a529e7e86dd4ffcb4d2160f97c7ca4045e929 Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Tue, 19 Dec 2023 22:11:10 -0800 Subject: [PATCH] Bump to jetty 11.0.19 https://github.com/jetty/jetty.project/releases/tag/jetty-11.0.18 https://github.com/jetty/jetty.project/releases/tag/jetty-11.0.19 --- 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 5cb09e1d7ca..95ee4146ed3 100644 --- a/buildSrc/src/main/groovy/Classpaths.groovy +++ b/buildSrc/src/main/groovy/Classpaths.groovy @@ -118,7 +118,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.17' + static final String JETTY11_VERSION = '11.0.19' static final String GUAVA_GROUP = 'com.google.guava' static final String GUAVA_NAME = 'guava'