@@ -7,7 +7,7 @@ plugins {
77 id ' com.gorylenko.gradle-git-properties' version ' 2.5.0'
88 id ' info.solidsoft.pitest' version ' 1.15.0'
99 id ' au.com.dius.pact' version ' 4.6.17'
10- id ' net.serenity-bdd.serenity-gradle-plugin' version ' 4.2.16 '
10+ id ' net.serenity-bdd.serenity-gradle-plugin' version ' 4.2.22 '
1111 id ' org.sonarqube' version ' 6.1.0.5360'
1212 id ' uk.gov.hmcts.java' version ' 0.12.65'
1313 id ' project-report'
@@ -173,7 +173,7 @@ def versions = [
173173 piTest : ' 1.19.0' ,
174174 probateCommonsVersion : ' 2.0.58' ,
175175 restAssured : ' 5.5.1' ,
176- serenity : ' 4.2.17 ' ,
176+ serenity : ' 4.2.22 ' ,
177177 serviceAuthProviderClient : ' 5.3.0' ,
178178 serviceTokenGenerator : ' 0.6.0' ,
179179 springBootVersion : ' 3.3.10' ,
@@ -220,7 +220,7 @@ dependencies {
220220 implementation group : ' org.springframework.security' , name : ' spring-security-core' , version : versions. springSecurityVersion
221221 implementation group : ' org.springframework.cloud' , name : ' spring-cloud-openfeign-core'
222222 implementation group : ' org.springframework.retry' , name : ' spring-retry' , version : ' 2.0.11'
223- implementation group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre'
223+ implementation group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre'
224224 implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : versions. jacksonDatabind
225225 implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : versions. jacksonDatabind
226226 implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-annotations' , version : versions. jacksonDatabind
0 commit comments