From c627311ca61eac41a50c4cfab8dd5ad2f0bc981b Mon Sep 17 00:00:00 2001 From: chewiebug Date: Mon, 22 Feb 2021 17:21:29 +0100 Subject: [PATCH] update maven dependencies (+ add mutation-tests profile) --- pom.xml | 60 ++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 47 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 64dc9112..6be68659 100644 --- a/pom.xml +++ b/pom.xml @@ -194,28 +194,28 @@ UTF-8 - 4.13.1 - 1.3 - 1.10.19 + 4.13.2 + 2.2 + 3.7.7 1.8 1.8 1.4 0.8.6 - 3.0.1 - 3.0.1 + 3.2.1 + 3.2.0 1.6 - 3.1.0 + 3.2.0 1.8 - 3.8.0 + 3.8.1 1.4 - 3.1.0 - 2.22.1 + 3.2.0 + 2.22.2 2.5.3 - 3.7.1 + 3.9.1 1.10.0 2.8.2 - 3.1.1 + 3.1.2 1.6.8 @@ -235,13 +235,13 @@ org.hamcrest - hamcrest-library + hamcrest ${hamcrest.version} test org.mockito - mockito-all + mockito-core ${mockito.version} test @@ -443,6 +443,9 @@ + + 11 + org.codehaus.mojo @@ -553,6 +556,37 @@ + + mutation-tests + + + + org.pitest + pitest-maven + 1.6.3 + + + pit-report + + test + + mutationCoverage + + + + + + com.tagtraum.perf.gcviewer.* + + + com.tagtraum.perf.gcviewer.* + + com.tagtraum.perf.gcviewer.ctrl.impl.TestGCModelLoaderController + + + + +