@@ -19,7 +19,7 @@ plugins {
1919 id ' info.solidsoft.pitest' version ' 1.15.0'
2020 id ' io.spring.dependency-management' version ' 1.1.4'
2121 id ' java'
22- id ' com.github.ben-manes.versions' version ' 0.50 .0'
22+ id ' com.github.ben-manes.versions' version ' 0.51 .0'
2323 id ' org.sonarqube' version ' 4.4.1.3373'
2424 id ' org.owasp.dependencycheck' version ' 9.0.9'
2525}
@@ -36,18 +36,18 @@ ext['snakeyaml.version'] = '2.0'
3636def versions = [
3737 junit : ' 5.9.3' ,
3838 lombok : ' 1.18.30' ,
39- reformLogging : ' 6.1.3 ' ,
39+ reformLogging : ' 6.1.4 ' ,
4040 reformS2sClient : ' 4.0.2' ,
4141 serenity : ' 2.2.12' ,
4242 sonarPitest : ' 0.5' ,
43- pitest : ' 1.15.6 ' ,
43+ pitest : ' 1.15.7 ' ,
4444 springBoot : ' 2.7.18' ,
4545 springHystrix : ' 2.1.1.RELEASE' ,
46- spring : ' 5.3.31 ' ,
46+ spring : ' 5.3.32 ' ,
4747 springSecurity : ' 5.8.9' ,
4848 tomcat : ' 9.0.85' ,
4949 rest_assured : ' 3.3.0' ,
50- feign_jackson : ' 13.2' ,
50+ feign_jackson : ' 13.2.1 ' ,
5151 jacksondata : ' 2.16.1' ,
5252 log4JVersion : ' 2.22.1' ,
5353 logbackVersion : ' 1.2.13'
@@ -254,11 +254,11 @@ dependencies {
254254 implementation group : ' org.springframework' , name : ' spring-webmvc' , version : versions. spring
255255 implementation group : ' commons-fileupload' , name : ' commons-fileupload' , version : ' 1.5'
256256
257- implementation group : ' io.opentelemetry.instrumentation' , name : ' opentelemetry-instrumentation-annotations' , version : ' 2.0 .0'
257+ implementation group : ' io.opentelemetry.instrumentation' , name : ' opentelemetry-instrumentation-annotations' , version : ' 2.1 .0'
258258
259259 implementation group : ' com.microsoft.azure' , name : ' applicationinsights-spring-boot-starter' , version : ' 2.6.4'
260260
261- testImplementation group : ' org.slf4j' , name : ' slf4j-api' , version : ' 2.0.11 '
261+ testImplementation group : ' org.slf4j' , name : ' slf4j-api' , version : ' 2.0.12 '
262262 testImplementation ' org.springframework.batch:spring-batch-test:5.1.0'
263263 testImplementation(group : ' org.springframework.boot' , name : ' spring-boot-starter-test' , version : versions. springBoot) {
264264 exclude group : ' org.junit.vintage' , module : ' junit-vintage-engine'
@@ -280,7 +280,7 @@ dependencies {
280280 testImplementation group : ' io.rest-assured' , name : ' rest-assured' , version : versions. rest_assured
281281 testImplementation group : ' io.github.openfeign' , name : ' feign-jackson' , version : versions. feign_jackson
282282 testImplementation(' com.opentable.components:otj-pg-embedded:1.0.2' )
283- testImplementation ' com.github.hmcts:fortify-client:1.4.0 :all'
283+ testImplementation ' com.github.hmcts:fortify-client:1.4.1 :all'
284284
285285 compileOnly group : ' org.projectlombok' , name : ' lombok' , version : versions. lombok
286286 annotationProcessor group : ' org.projectlombok' , name : ' lombok' , version : versions. lombok
0 commit comments