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 Dec 12, 2024
1 parent 60cbdcd commit 6ce4c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ dependencies {
implementation group: 'com.github.hmcts', name: 'java-logging', version: '6.1.6'
implementation group: 'com.github.hmcts', name: 'ccd-client', version: '5.0.3'

implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.0.3'
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.1.2'

implementation group: 'com.github.hmcts', name: 'sscs-common', version: '5.12.24'

Expand All @@ -247,7 +247,7 @@ dependencies {

testImplementation group: 'org.projectlombok', name: 'lombok', version: '1.18.34'
testAnnotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.34'
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.4', classifier: 'all'
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.5', classifier: 'all'
testImplementation group: 'com.h2database', name: 'h2', version: '2.1.214'

functionalTestImplementation group: 'org.projectlombok', name: 'lombok', version: '1.18.34'
Expand Down

0 comments on commit 6ce4c03

Please sign in to comment.