We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aef60f commit 1073404Copy full SHA for 1073404
build.gradle
@@ -387,7 +387,7 @@ dependencies {
387
implementation group: 'org.projectlombok', name: 'lombok', version: versions.lombok
388
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok
389
390
- testImplementation 'com.github.hmcts:fortify-client:1.4.1:all'
+ testImplementation 'com.github.hmcts:fortify-client:1.4.5:all'
391
testImplementation libraries.junit5
392
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', {
393
exclude group: 'junit', module: 'junit'
0 commit comments