diff --git a/build.gradle b/build.gradle index 4a9f3234dc..6ac5489f53 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.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' @@ -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' @@ -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' @@ -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'