@@ -159,7 +159,7 @@ tasks.register('generatePanelCategoryMap', JavaExec) {
159159}
160160
161161def versions = [
162- springboot : ' 3.4.4 ' ,
162+ springboot : ' 3.5.3 ' ,
163163 jackson : ' 2.19.1' ,
164164 junitjupiter : ' 5.13.2' ,
165165 lombok : ' 1.18.38'
@@ -172,7 +172,7 @@ dependencies {
172172
173173 implementation group : ' org.springframework.boot' , name : ' spring-boot' , version : versions. springboot
174174 implementation group : ' org.springframework.boot' , name : ' spring-boot-starter-validation' , version : versions. springboot
175- implementation group : ' org.springframework' , name : ' spring-webmvc' , version : ' 6.2.5 '
175+ implementation group : ' org.springframework' , name : ' spring-webmvc' , version : ' 6.2.8 '
176176
177177
178178 implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : versions. jackson
@@ -196,7 +196,7 @@ dependencies {
196196
197197 implementation group : ' org.elasticsearch' , name : ' elasticsearch' , version : ' 8.18.3'
198198
199- implementation group : ' org.springframework.retry' , name : ' spring-retry' , version : ' 2.0.11 '
199+ implementation group : ' org.springframework.retry' , name : ' spring-retry' , version : ' 2.0.12 '
200200 implementation group : ' io.github.openfeign.form' , name : ' feign-form' , version : ' 3.8.0'
201201
202202 implementation group : ' com.github.hmcts.java-logging' , name : ' logging' , version : ' 6.1.9'
@@ -208,7 +208,7 @@ dependencies {
208208
209209 implementation group : ' com.github.hmcts' , name : ' idam-java-client' , version : ' 3.0.4'
210210
211- implementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-openfeign' , version : ' 4.2.1 '
211+ implementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-openfeign' , version : ' 4.3.0 '
212212
213213 implementation group : ' com.github.sps.junidecode' , name : ' junidecode' , version : ' 0.3'
214214
0 commit comments