Skip to content

Commit 0060aa4

Browse files
authored
Merge pull request #1619 from hmcts/renovate/hmcts-core
Update HMCTS Core
2 parents bf50579 + e538e32 commit 0060aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'jacoco'
66
id "io.spring.dependency-management" version "1.1.7"
77
id 'org.springframework.boot' version '2.7.18'
8-
id 'uk.gov.hmcts.java' version '0.12.66'
8+
id 'uk.gov.hmcts.java' version '0.12.67'
99
id 'com.github.ben-manes.versions' version '0.46.0'
1010
id 'org.sonarqube' version '6.2.0.5505'
1111
id 'org.owasp.dependencycheck' version '12.1.3'
@@ -276,7 +276,7 @@ dependencies {
276276
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit-fluent', version: '2.28.0'
277277
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit', version: '2.28.0'
278278
testImplementation group: 'io.rest-assured', name: 'rest-assured'
279-
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.9', classifier: 'all', {
279+
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.10', classifier: 'all', {
280280
exclude group: 'commons-io', module: 'commons-io'
281281
}
282282

0 commit comments

Comments
 (0)