diff --git a/pom.xml b/pom.xml index 38ba71b..277f0ca 100644 --- a/pom.xml +++ b/pom.xml @@ -43,12 +43,12 @@ org.slf4j slf4j-api - 1.7.12 + 1.7.21 org.apache.commons commons-lang3 - 3.4 + 3.5 junit @@ -58,32 +58,32 @@ ch.qos.logback logback-classic - 1.1.3 + 1.1.7 com.h2database h2 - 1.4.187 + 1.4.193 - postgresql + org.postgresql postgresql - 9.1-901-1.jdbc4 + 9.4.1212 org.hibernate hibernate-entitymanager - 5.0.0.CR1 + 5.2.4.Final org.hibernate hibernate-validator - 5.2.0.CR1 + 5.3.2.Final org.apache.tomcat tomcat-jasper-el - 8.0.23 + 9.0.0.M13 javax @@ -114,7 +114,7 @@ test - postgresql + org.postgresql postgresql test @@ -181,6 +181,8 @@ pitest-maven 1.1.10 + true + false ${pitest.classes} @@ -193,7 +195,19 @@ org.slf4j org.apache.commons.logging + + XML + + + + + test + + mutationCoverage + + +