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 ba3c30a commit 689cce9Copy full SHA for 689cce9
build.gradle
@@ -390,7 +390,7 @@ dependencies {
390
implementation group: 'org.projectlombok', name: 'lombok', version: versions.lombok
391
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok
392
393
- testImplementation 'com.github.hmcts:fortify-client:1.4.1:all'
+ testImplementation 'com.github.hmcts:fortify-client:1.4.3:all'
394
testImplementation libraries.junit5
395
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', {
396
exclude group: 'junit', module: 'junit'
0 commit comments