From 65467f2ad877018be9b0ae720e453a5a041a8901 Mon Sep 17 00:00:00 2001 From: Ciaran Treanor <925284+ciarant@users.noreply.github.com> Date: Wed, 14 Oct 2020 11:30:12 +0100 Subject: [PATCH] Bumped JUnit version to address vulnerability (https://github.com/sonalake/utah-parser/network/alert/pom.xml/junit:junit/open). (#16) Bumped JaCoCo and Coveralls maven plugin versions to remove build warning. --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9d3971f..57395af 100644 --- a/pom.xml +++ b/pom.xml @@ -105,6 +105,7 @@ org.jacoco jacoco-maven-plugin + 0.8.6 prepare-agent @@ -119,6 +120,7 @@ org.eluder.coveralls coveralls-maven-plugin + 4.3.0 javax.xml.bind @@ -171,7 +173,7 @@ junit junit - 4.12 + [4.13.1,) test