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 Sep 13, 2024
1 parent d7bb0f3 commit c38f8b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ dependencies {
api group: 'com.google.guava', name: 'guava', version: '32.1.1-jre'
api group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'

implementation group: 'org.springframework.boot', name: 'spring-boot', version: '2.7.18'
implementation group: 'org.springframework', name: 'spring-webmvc', version: '5.3.32'
implementation group: 'org.springframework.boot', name: 'spring-boot', version: '3.3.3'
implementation group: 'org.springframework', name: 'spring-webmvc', version: '6.1.13'


implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.15.2'
Expand All @@ -169,7 +169,7 @@ dependencies {

implementation group: 'org.elasticsearch', name: 'elasticsearch', version: '7.17.11'

implementation group: 'org.springframework.retry', name: 'spring-retry', version: '1.3.1'
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.9'
implementation group: 'io.github.openfeign.form', name: 'feign-form', version: '3.8.0'

implementation group: 'com.github.hmcts', name: 'java-logging', version: '6.0.1'
Expand All @@ -178,7 +178,7 @@ dependencies {
exclude group: 'org.springframework.cloud', module: 'spring-cloud-starter-openfeign'
}

implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator', version: '2.7.18'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator', version: '3.3.3'

implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.1.2', {
exclude group: 'org.springframework.cloud', module: 'spring-cloud-starter-openfeign'
Expand Down Expand Up @@ -215,8 +215,8 @@ dependencies {

implementation group: 'org.yaml', name: 'snakeyaml', version: '2.0'

testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: "2.7.18"
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-aop', version: "2.7.18"
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: "3.3.3"
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-aop', version: "3.3.3"
implementation group: 'javax.annotation', name: 'javax.annotation-api', version: '1.3.2'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.0'
Expand Down

0 comments on commit c38f8b8

Please sign in to comment.