Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ dependencies {
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.8'
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '5.3.3'
implementation group: 'io.pebbletemplates', name: 'pebble', version: '4.1.0'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.3.0'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '5.0.0'
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.6.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0'
implementation group: 'org.projectlombok', name: 'lombok', version: lombokVersion
Expand Down Expand Up @@ -389,7 +389,7 @@ dependencies {
testImplementation group: 'org.testcontainers', name: 'junit-jupiter', version: testcontainersVersion
testImplementation group: 'org.testcontainers', name: 'postgresql', version: testcontainersVersion

integrationTestImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-contract-stub-runner', version: '4.3.0'
integrationTestImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-contract-stub-runner', version: '5.0.1'

// Allow fast reloading during dev; recompile a class to trigger fast reload + definition reimport.
cftlibImplementation 'org.springframework.boot:spring-boot-devtools'
Expand Down
Loading