From 5c3d876579b6f425fa8bce17068e2a39fe42fa1a Mon Sep 17 00:00:00 2001 From: David Xia Date: Tue, 23 Oct 2018 12:01:38 -0400 Subject: [PATCH] Upgrade com.sparkjava:spark-core to fix vuln See CVE-2018-9159 https://nvd.nist.gov/vuln/detail/CVE-2018-9159. --- plugin/src/it/advanced/backend/pom.xml | 2 +- plugin/src/it/advanced/frontend/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/src/it/advanced/backend/pom.xml b/plugin/src/it/advanced/backend/pom.xml index 380d9ff7..f0b4de44 100644 --- a/plugin/src/it/advanced/backend/pom.xml +++ b/plugin/src/it/advanced/backend/pom.xml @@ -42,7 +42,7 @@ com.sparkjava spark-core - 2.3 + 2.8.0 diff --git a/plugin/src/it/advanced/frontend/pom.xml b/plugin/src/it/advanced/frontend/pom.xml index 3d54ef10..f0bd46e6 100644 --- a/plugin/src/it/advanced/frontend/pom.xml +++ b/plugin/src/it/advanced/frontend/pom.xml @@ -41,7 +41,7 @@ com.sparkjava spark-core - 2.3 + 2.8.0 com.google.guava