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 Oct 16, 2024
1 parent 180d69b commit beee659
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 @@ -6,7 +6,7 @@ plugins {
id 'info.solidsoft.pitest' version '1.9.11'
id 'io.spring.dependency-management' version '1.0.12.RELEASE'
id 'org.springframework.boot' version '2.5.15'
id 'uk.gov.hmcts.java' version '0.12.12'
id 'uk.gov.hmcts.java' version '0.12.63'
id 'org.owasp.dependencycheck' version '10.0.3'
id 'com.github.ben-manes.versions' version '0.46.0'
}
Expand Down Expand Up @@ -231,9 +231,9 @@ dependencies {
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '7.0.1'

implementation group: 'com.github.hmcts', name: 'java-logging', version: '6.0.1'
implementation group: 'com.github.hmcts', name: 'ccd-client', version: '4.8.6'
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: '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.11.8'

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

testImplementation group: 'org.projectlombok', name: 'lombok', version: '1.18.26'
testAnnotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.26'
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.3', 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.26'
Expand Down

0 comments on commit beee659

Please sign in to comment.