From c425e1baac2df7e596836e2bf20534b516f2579f Mon Sep 17 00:00:00 2001 From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Date: Wed, 20 Oct 2021 19:20:09 +0300 Subject: [PATCH] Use latest jetty 9.4 version for servlet test (#12448) --- test/servlet-containers/jetty9/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/servlet-containers/jetty9/pom.xml b/test/servlet-containers/jetty9/pom.xml index 3b8ccc4427..3d2d879998 100644 --- a/test/servlet-containers/jetty9/pom.xml +++ b/test/servlet-containers/jetty9/pom.xml @@ -12,7 +12,7 @@ war false - 9.3.21.v20170918 + 9.4.38.v20210224 jetty9 -- 2.39.5