From df47cbedcc015a4e5f2fd81eaecc9756d8df2d5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:10:43 +0000 Subject: [PATCH] Update Spring All --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 46c2ef00b..76da717a2 100644 --- a/build.gradle +++ b/build.gradle @@ -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.4' 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' @@ -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.9' 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'