@@ -12,7 +12,7 @@ plugins {
12
12
id ' jacoco'
13
13
id ' pmd'
14
14
id ' com.github.ben-manes.versions' version ' 0.27.0'
15
- id " info.solidsoft.pitest" version ' 1.3.0 '
15
+ id " info.solidsoft.pitest" version ' 1.5.1 '
16
16
id ' io.spring.dependency-management' version ' 1.0.9.RELEASE'
17
17
id ' org.owasp.dependencycheck' version ' 5.3.0'
18
18
id ' org.sonarqube' version ' 2.8'
@@ -29,8 +29,6 @@ apply plugin: 'idea'
29
29
30
30
def versions = [
31
31
lombok : ' 1.18.6' ,
32
- gradlePitest : ' 1.3.0' ,
33
- pitest : ' 1.4.2' ,
34
32
reformHealthStarter : ' 0.0.5' ,
35
33
reformLogging : ' 5.1.0' ,
36
34
reformS2sClient : ' 3.1.2' ,
@@ -164,8 +162,8 @@ pitest {
164
162
]
165
163
threads = 10
166
164
enableDefaultIncrementalAnalysis = true
167
- historyInputLocation = [ ' build/reports/pitest/fastermutationtesting' ]
168
- historyOutputLocation = [ ' build/reports/pitest/fastermutationtestingoutput' ]
165
+ historyInputLocation = ' build/reports/pitest/fastermutationtesting'
166
+ historyOutputLocation = ' build/reports/pitest/fastermutationtestingoutput'
169
167
outputFormats = [' XML' , ' HTML' ]
170
168
timestampedReports = true
171
169
mutationThreshold = 90
@@ -234,9 +232,6 @@ dependencies {
234
232
compile group : ' com.github.ben-manes.caffeine' , name : ' caffeine' , version : ' 2.5.6'
235
233
compile group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : ' 2.10.2'
236
234
compile group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-jsr310' , version : ' 2.10.2'
237
- compile group : ' io.github.openfeign.form' , name : ' feign-form' , version : ' 3.8.0'
238
- compile group : ' io.github.openfeign.form' , name : ' feign-form-spring' , version : ' 3.8.0'
239
-
240
235
241
236
compile group : ' com.sun.xml.bind' , name : ' jaxb-osgi' , version : ' 2.3.3'
242
237
@@ -271,8 +266,6 @@ dependencies {
271
266
testCompile group : ' org.powermock' , name : ' powermock-api-mockito2' , version : ' 2.0.4'
272
267
testCompile group : ' org.springframework.boot' , name : ' spring-boot-starter-test' , version : versions. springBoot
273
268
274
- testCompile group : ' org.pitest' , name : ' pitest' , version : versions. pitest
275
- testCompile ' info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.3.0'
276
269
testCompile ' org.codehaus.sonar-plugins:sonar-pitest-plugin:0.5'
277
270
278
271
testCompile (group : ' net.serenity-bdd' , name : ' serenity-core' , version : versions. serenity)
0 commit comments