Skip to content

Commit f78be93

Browse files
Update Testing
1 parent b0315dc commit f78be93

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.2.0.5505'
1111
id 'org.owasp.dependencycheck' version '12.1.3'
1212
id "com.gorylenko.gradle-git-properties" version "2.4.1"
@@ -273,8 +273,8 @@ dependencies {
273273
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-csv', version: versions.jackson
274274
implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-parameter-names', version: versions.jackson
275275

276-
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit-fluent', version: '2.28.0'
277-
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit', version: '2.28.0'
276+
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit-fluent', version: '2.40.1'
277+
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit', version: '2.40.1'
278278
testImplementation group: 'io.rest-assured', name: 'rest-assured'
279279
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.9', classifier: 'all', {
280280
exclude group: 'commons-io', module: 'commons-io'
@@ -285,9 +285,9 @@ dependencies {
285285
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
286286

287287
testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'
288-
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.10.0'
289-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.10.0'
290-
testImplementation group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.10.0'
288+
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.18.0'
289+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.13.4'
290+
testImplementation group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.13.4'
291291

292292
runtimeOnly group: 'org.springframework.boot', name: 'spring-boot-properties-migrator'
293293
}

0 commit comments

Comments
 (0)