Skip to content

Commit a04d681

Browse files
Update Testing
1 parent 765a3f5 commit a04d681

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id "io.spring.dependency-management" version "1.1.7"
77
id 'org.springframework.boot' version '2.7.18'
88
id 'uk.gov.hmcts.java' version '0.12.66'
9-
id 'com.github.ben-manes.versions' version '0.46.0'
9+
id 'com.github.ben-manes.versions' version '0.52.0'
1010
id 'org.sonarqube' version '6.1.0.5360'
1111
id 'org.owasp.dependencycheck' version '12.1.1'
1212
id "com.gorylenko.gradle-git-properties" version "2.4.1"
@@ -270,8 +270,8 @@ dependencies {
270270
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-csv', version: versions.jackson
271271
implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-parameter-names', version: versions.jackson
272272

273-
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit-fluent', version: '2.28.0'
274-
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit', version: '2.28.0'
273+
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit-fluent', version: '2.40.1'
274+
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit', version: '2.40.1'
275275
testImplementation group: 'io.rest-assured', name: 'rest-assured'
276276
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.9', classifier: 'all', {
277277
exclude group: 'commons-io', module: 'commons-io'
@@ -282,9 +282,9 @@ dependencies {
282282
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
283283

284284
testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'
285-
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.10.0'
286-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.10.0'
287-
testImplementation group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.10.0'
285+
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.18.0'
286+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.13.4'
287+
testImplementation group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.13.4'
288288

289289
runtimeOnly group: 'org.springframework.boot', name: 'spring-boot-properties-migrator'
290290
}

0 commit comments

Comments
 (0)