From 17c324c3dffeb35700cfaa27ce301169081eeaf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 22:11:38 +0000 Subject: [PATCH] Bump jetty-server from 10.0.0-alpha0 to 10.0.10 in /Components/war-app Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 10.0.0-alpha0 to 10.0.10. - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.0-alpha0...jetty-10.0.10) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-server dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Components/war-app/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/war-app/pom.xml b/Components/war-app/pom.xml index db16a20..9d19c8e 100644 --- a/Components/war-app/pom.xml +++ b/Components/war-app/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jetty jetty-server - 10.0.0-alpha0 + 10.0.10 junit