From 84a158f64284c2fa1be534f4a026f76be98ac98b Mon Sep 17 00:00:00 2001 From: David Xia Date: Tue, 6 Oct 2020 12:08:46 -0400 Subject: [PATCH] Upgrade dropwizard-core dep from 0.7.1 to 0.9.2 which includes this fix https://github.com/dropwizard/dropwizard/issues/523. --- helios-services/pom.xml | 2 +- helios-system-tests/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helios-services/pom.xml b/helios-services/pom.xml index ccb96a6e9..72d42443d 100644 --- a/helios-services/pom.xml +++ b/helios-services/pom.xml @@ -159,7 +159,7 @@ io.dropwizard dropwizard-core - 0.7.1 + 0.9.2 javax.ws.rs diff --git a/helios-system-tests/pom.xml b/helios-system-tests/pom.xml index 6f7a7d1ce..2ba1b1f05 100644 --- a/helios-system-tests/pom.xml +++ b/helios-system-tests/pom.xml @@ -28,7 +28,7 @@ io.dropwizard dropwizard-core - 0.7.1 + 0.9.2 com.fasterxml.jackson.jaxrs diff --git a/pom.xml b/pom.xml index 595cc4aad..05f67581a 100644 --- a/pom.xml +++ b/pom.xml @@ -212,7 +212,7 @@ net.sourceforge.argparse4j argparse4j - 0.4.3 + 0.6.0 commons-codec