From 4afeb77250f2f37f892d1d7b0667194c37c23bd3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 04:46:06 +0000 Subject: [PATCH] Bump grizzly-http-server from 2.4.3 to 3.0.0 Bumps grizzly-http-server from 2.4.3 to 3.0.0. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- restful-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restful-api/pom.xml b/restful-api/pom.xml index 2d190af4..18a4647c 100644 --- a/restful-api/pom.xml +++ b/restful-api/pom.xml @@ -16,7 +16,7 @@ <properties> <jersey.version>2.32</jersey.version> - <grizzly.version>2.4.3</grizzly.version> + <grizzly.version>3.0.0</grizzly.version> <jaxb.version>2.2.11</jaxb.version> <javax.activation.version>1.1.1</javax.activation.version> <jaxrs.version>2.1.1</jaxrs.version>