From 2128e522f24920331e638e44c9fc477f5d1df1d2 Mon Sep 17 00:00:00 2001 From: Mihir Joshi Date: Mon, 16 Dec 2019 11:21:18 +0530 Subject: [PATCH 1/2] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e4411a2..945ce63 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ junit junit - 4.10 + 4.12 test @@ -38,7 +38,7 @@ org.jacoco jacoco-maven-plugin - 0.8.2 + 0.8.5 From 1787fd90df0737cdffdfb786ba32efe57a2faeda Mon Sep 17 00:00:00 2001 From: Mihir Joshi Date: Mon, 16 Dec 2019 12:49:17 +0530 Subject: [PATCH 2/2] Update pom.xml --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 945ce63..12fe918 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,11 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 +