Skip to content

Commit

Permalink
Update HMCTS Core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 553a82d commit 1821c26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,9 @@ dependencies {
implementation group: 'com.google.guava', name: 'guava', version: '32.1.1-jre'
implementation group: 'org.elasticsearch', name: 'elasticsearch', version: '7.17.19'

implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.1.2'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '2.1.1'
implementation group: 'com.github.hmcts', name: 'ccd-client', version: '4.9.5-SPRING2'
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '5.2.0'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '3.0.3'
implementation group: 'com.github.hmcts', name: 'ccd-client', version: '5.0.3'

implementation group: 'net.objectlab.kit', name: 'datecalc-jdk8', version: '1.4.8'

Expand All @@ -343,7 +343,7 @@ dependencies {
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.11.0'
implementation group: 'com.squareup.okio', name: 'okio-jvm', version: '3.9.1'

implementation group: 'com.github.hmcts', name: 'auth-checker-lib', version: '2.3.0'
implementation group: 'com.github.hmcts', name: 'auth-checker-lib', version: '3.0.4'

implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '8.0'

Expand Down

0 comments on commit 1821c26

Please sign in to comment.