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