We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130da4c commit 36ad51cCopy full SHA for 36ad51c
1 file changed
build.gradle
@@ -409,7 +409,7 @@ dependencies {
409
testImplementation group: 'org.testcontainers', name: 'junit-jupiter', version: '1.21.4'
410
testImplementation group: 'org.testcontainers', name: 'testcontainers', version: versions.testContainer_postgresql
411
412
- testImplementation group: 'com.github.hmcts', name: 'rd-commons-lib', version: '0.1.3'
+ testImplementation group: 'com.github.hmcts', name: 'rd-commons-lib', version: '0.1.4'
413
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
414
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.23.0'
415
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
0 commit comments