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 Dec 13, 2024
1 parent 7b1d422 commit 27a550b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'pmd'
id 'org.sonarqube' version '5.1.0.4882'
id 'jacoco'
id 'org.springframework.boot' version '2.7.18'
id 'org.springframework.boot' version '3.4.0'
id 'uk.gov.hmcts.java' version '0.12.63'
id 'com.gorylenko.gradle-git-properties' version '2.4.2'
id 'com.github.ben-manes.versions' version '0.46.0'
Expand Down Expand Up @@ -301,13 +301,13 @@ dependencyManagement {
}

imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:2021.0.9"
mavenBom "org.springframework.cloud:spring-cloud-dependencies:2024.0.0"
}
}
}

def versions = [
springsecurity : '5.8.14',
springsecurity : '6.4.1',
jackson : '2.17.2',
lombok : '1.18.28',
commonsio : '2.13.0'
Expand All @@ -331,7 +331,7 @@ dependencies {
implementation group: 'org.springframework.security', name: 'spring-security-web', version: versions.springsecurity

implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign'
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '1.3.4'
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.10'
implementation group: 'javax.annotation', name: 'javax.annotation-api', version: '1.3.2'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'

Expand Down

0 comments on commit 27a550b

Please sign in to comment.