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 Feb 4, 2025
1 parent f6d42cc commit c9fb371
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 @@ -6,7 +6,7 @@ plugins {
id 'info.solidsoft.pitest' version '1.9.11'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.springframework.boot' version '3.4.2'
id 'uk.gov.hmcts.java' version '0.12.63'
id 'uk.gov.hmcts.java' version '0.12.64'
id 'org.owasp.dependencycheck' version '10.0.4'
id 'com.github.ben-manes.versions' version '0.51.0'
}
Expand Down Expand Up @@ -243,7 +243,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.6', 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 c9fb371

Please sign in to comment.