@@ -6,7 +6,7 @@ plugins {
66 id " io.spring.dependency-management" version " 1.1.4"
77 id ' org.springframework.boot' version ' 2.7.18'
88 id ' uk.gov.hmcts.java' version ' 0.12.43'
9- id ' com.github.ben-manes.versions' version ' 0.46 .0'
9+ id ' com.github.ben-manes.versions' version ' 0.51 .0'
1010 id ' org.sonarqube' version ' 4.3.0.3225'
1111 id ' org.owasp.dependencycheck' version ' 10.0.3'
1212 id " com.gorylenko.gradle-git-properties" version " 2.4.1"
@@ -264,8 +264,8 @@ dependencies {
264264 implementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-csv'
265265 implementation group : ' com.fasterxml.jackson.module' , name : ' jackson-module-parameter-names'
266266
267- testImplementation group : ' net.javacrumbs.json-unit' , name : ' json-unit-fluent' , version : ' 2.28.0 '
268- testImplementation group : ' net.javacrumbs.json-unit' , name : ' json-unit' , version : ' 2.28.0 '
267+ testImplementation group : ' net.javacrumbs.json-unit' , name : ' json-unit-fluent' , version : ' 2.40.1 '
268+ testImplementation group : ' net.javacrumbs.json-unit' , name : ' json-unit' , version : ' 2.40.1 '
269269 testImplementation group : ' io.rest-assured' , name : ' rest-assured'
270270 testImplementation group : ' com.github.hmcts' , name : ' fortify-client' , version : ' 1.2.2' , classifier : ' all' , {
271271 exclude group : ' commons-io' , module : ' commons-io'
@@ -276,9 +276,9 @@ dependencies {
276276 testImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-test'
277277
278278 testImplementation group : ' pl.pragmatists' , name : ' JUnitParams' , version : ' 1.1.1'
279- testImplementation group : ' org.mockito' , name : ' mockito-junit-jupiter' , version : ' 5.10 .0'
280- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter' , version : ' 5.10 .0'
281- testImplementation group : ' org.junit.vintage' , name : ' junit-vintage-engine' , version : ' 5.10 .0'
279+ testImplementation group : ' org.mockito' , name : ' mockito-junit-jupiter' , version : ' 5.13 .0'
280+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter' , version : ' 5.11 .0'
281+ testImplementation group : ' org.junit.vintage' , name : ' junit-vintage-engine' , version : ' 5.11 .0'
282282
283283 runtimeOnly group : ' org.springframework.boot' , name : ' spring-boot-properties-migrator'
284284}
0 commit comments