From d5daff45a0ceec21bc08dcd1b7d7119f60dd6690 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:37:28 +0000 Subject: [PATCH] Update Spring All --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 4a9f3234dc..f0188e4c97 100644 --- a/build.gradle +++ b/build.gradle @@ -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.2' + implementation group: 'org.springframework', name: 'spring-webmvc', version: '6.1.12' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.15.2' @@ -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.7' 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' @@ -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.2' 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' @@ -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.2" + testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-aop', version: "3.3.2" 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'