We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0020ac commit eeb4140Copy full SHA for eeb4140
build.gradle
@@ -13,7 +13,7 @@ plugins {
13
id 'io.freefair.lombok' version '8.10.2'
14
// If Pact version is changed, make sure serenity report works.
15
id 'au.com.dius.pact' version '4.6.17'
16
- id 'net.serenity-bdd.serenity-gradle-plugin' version '4.2.33'
+ id 'net.serenity-bdd.serenity-gradle-plugin' version '4.2.34'
17
id 'org.flywaydb.flyway' version '9.3.0'
18
}
19
@@ -308,7 +308,7 @@ def versions = [
308
springDoc : '2.2.0',
309
serenity : '3.9.8',
310
gradlePitest : '1.15.0',
311
- pitest : '1.16.3',
+ pitest : '1.20.0',
312
sonarPitest : '0.5',
313
pactVersion : '4.6.17',
314
logbook : '3.9.0',
0 commit comments