From c9f1892db9ea7a51dfbca659f574cab888953ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 22:57:35 +0000 Subject: [PATCH] Bump jetty-server Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.41.v20210516 to 9.4.51.v20230217. - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.41.v20210516...jetty-9.4.51.v20230217) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-server dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- walkthroughs/week-2-server/examples/form-submission/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/walkthroughs/week-2-server/examples/form-submission/pom.xml b/walkthroughs/week-2-server/examples/form-submission/pom.xml index 7f7c9855..fa4603ba 100644 --- a/walkthroughs/week-2-server/examples/form-submission/pom.xml +++ b/walkthroughs/week-2-server/examples/form-submission/pom.xml @@ -12,7 +12,7 @@ 11 11 UTF-8 - 9.4.41.v20210516 + 9.4.51.v20230217 com.google.sps.ServerMain