Skip to content

Commit

Permalink
Update dependency com.github.hmcts:core-case-data-store-client to v4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 6afe06b commit 9f98f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ dependencies {
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '3.0.3'
implementation group: 'com.github.hmcts', name: 'document-management-client', version: '7.0.1'
implementation group: 'com.github.hmcts', name: 'core-case-data-store-client', version: '4.7.6'
implementation group: 'com.github.hmcts', name: 'core-case-data-store-client', version: '4.9.2'
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.1.2'
implementation group: 'com.github.hmcts', name: 'auth-checker-lib', version: '3.0.4'
implementation group: 'com.github.hmcts', name: 'send-letter-client', version: '4.0.4'
Expand Down Expand Up @@ -411,7 +411,7 @@ dependencies {
contractTestImplementation (group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.4') {
exclude group: "org.bouncycastle", module: "bcprov-jdk15on"
}
contractTestImplementation group: 'com.github.hmcts', name: 'core-case-data-store-client', version: '4.7.6'
contractTestImplementation group: 'com.github.hmcts', name: 'core-case-data-store-client', version: '4.9.2'
contractTestImplementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre'
}

Expand Down

0 comments on commit 9f98f3d

Please sign in to comment.