@@ -6,7 +6,7 @@ plugins {
6
6
id " io.spring.dependency-management" version " 1.1.7"
7
7
id ' org.springframework.boot' version ' 2.7.18'
8
8
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.52 .0'
10
10
id ' org.sonarqube' version ' 6.1.0.5360'
11
11
id ' org.owasp.dependencycheck' version ' 12.1.1'
12
12
id " com.gorylenko.gradle-git-properties" version " 2.4.1"
@@ -268,8 +268,8 @@ dependencies {
268
268
implementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-csv' , version : versions. jackson
269
269
implementation group : ' com.fasterxml.jackson.module' , name : ' jackson-module-parameter-names' , version : versions. jackson
270
270
271
- testImplementation group : ' net.javacrumbs.json-unit' , name : ' json-unit-fluent' , version : ' 2.28.0 '
272
- testImplementation group : ' net.javacrumbs.json-unit' , name : ' json-unit' , version : ' 2.28.0 '
271
+ testImplementation group : ' net.javacrumbs.json-unit' , name : ' json-unit-fluent' , version : ' 2.40.1 '
272
+ testImplementation group : ' net.javacrumbs.json-unit' , name : ' json-unit' , version : ' 2.40.1 '
273
273
testImplementation group : ' io.rest-assured' , name : ' rest-assured'
274
274
testImplementation group : ' com.github.hmcts' , name : ' fortify-client' , version : ' 1.2.2' , classifier : ' all' , {
275
275
exclude group : ' commons-io' , module : ' commons-io'
@@ -280,9 +280,9 @@ dependencies {
280
280
testImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-test'
281
281
282
282
testImplementation group : ' pl.pragmatists' , name : ' JUnitParams' , version : ' 1.1.1'
283
- testImplementation group : ' org.mockito' , name : ' mockito-junit-jupiter' , version : ' 5.10 .0'
284
- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter' , version : ' 5.10.0 '
285
- testImplementation group : ' org.junit.vintage' , name : ' junit-vintage-engine' , version : ' 5.10.0 '
283
+ testImplementation group : ' org.mockito' , name : ' mockito-junit-jupiter' , version : ' 5.17 .0'
284
+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter' , version : ' 5.12.2 '
285
+ testImplementation group : ' org.junit.vintage' , name : ' junit-vintage-engine' , version : ' 5.12.2 '
286
286
287
287
runtimeOnly group : ' org.springframework.boot' , name : ' spring-boot-properties-migrator'
288
288
}
0 commit comments