Skip to content

Commit

Permalink
Update Spring All
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 5fe0bba commit faa78e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'pmd'
id 'jacoco'
id "io.spring.dependency-management" version "1.1.4"
id 'org.springframework.boot' version '2.7.18'
id 'org.springframework.boot' version '3.3.2'
id 'uk.gov.hmcts.java' version '0.12.43'
id 'com.github.ben-manes.versions' version '0.46.0'
id 'org.sonarqube' version '4.3.0.3225'
Expand Down Expand Up @@ -233,12 +233,12 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-aop'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation'
implementation group: 'org.springframework', name: 'spring-context-support'
implementation ('org.springframework.cloud:spring-cloud-starter-openfeign:3.1.9')
implementation ('org.springframework.cloud:spring-cloud-starter-openfeign:4.1.3')

// https://mvnrepository.com/artifact/commons-lang/commons-lang
implementation 'commons-lang:commons-lang:2.6'

implementation group: 'org.springframework.retry', name: 'spring-retry', version: '1.3.4'
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.7'

implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.0.3'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '2.1.1'
Expand Down

0 comments on commit faa78e4

Please sign in to comment.