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 Jan 29, 2025
1 parent 802630b commit c74ad08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ tasks.register('runGitPreCommitTasks') {
}

def versions = [
springboot : '2.7.18',
springboot : '3.4.2',
jackson : '2.17.2',
junitjupiter : '5.11.3',
lombok : '1.18.36'
Expand All @@ -155,7 +155,7 @@ dependencies {
api group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'

implementation group: 'org.springframework.boot', name: 'spring-boot', version: versions.springboot
implementation group: 'org.springframework', name: 'spring-webmvc', version: '5.3.32'
implementation group: 'org.springframework', name: 'spring-webmvc', version: '6.2.2'


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

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

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

implementation group: 'com.github.hmcts', name: 'java-logging', version: '6.1.7'
Expand Down

0 comments on commit c74ad08

Please sign in to comment.