We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fe553 commit 3d76446Copy full SHA for 3d76446
build.gradle
@@ -406,7 +406,7 @@ dependencies {
406
implementation "com.github.hmcts.java-logging:logging:${versions.reformLogging}"
407
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.6.0'
408
409
- testImplementation group: 'com.github.hmcts', name: 'rd-commons-lib', version: '0.1.2'
+ testImplementation group: 'com.github.hmcts', name: 'rd-commons-lib', version: '0.1.3'
410
411
compileOnly group: 'org.projectlombok', name: 'lombok', version: versions.lombok
412
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok
0 commit comments