Skip to content

Commit b689cbf

Browse files
Update Testing
1 parent 4c0d9d7 commit b689cbf

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.43'
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"
@@ -268,8 +268,8 @@ dependencies {
268268
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-csv', version: versions.jackson
269269
implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-parameter-names', version: versions.jackson
270270

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'
273273
testImplementation group: 'io.rest-assured', name: 'rest-assured'
274274
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.2.2', classifier: 'all', {
275275
exclude group: 'commons-io', module: 'commons-io'
@@ -280,9 +280,9 @@ dependencies {
280280
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
281281

282282
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'
286286

287287
runtimeOnly group: 'org.springframework.boot', name: 'spring-boot-properties-migrator'
288288
}

0 commit comments

Comments
 (0)