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 Oct 24, 2024
1 parent 7115529 commit e78b7fd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.3.4'
id 'uk.gov.hmcts.java' version '0.12.43'
id 'com.gorylenko.gradle-git-properties' version '2.4.2'
id 'com.github.ben-manes.versions' version '0.46.0'
Expand Down Expand Up @@ -294,7 +294,7 @@ dependencyManagement {
}

imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:2021.0.9"
mavenBom "org.springframework.cloud:spring-cloud-dependencies:2023.0.3"
}
}
}
Expand All @@ -311,13 +311,13 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-security', version: springBoot.class.package.implementationVersion
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-jdbc'

implementation group: 'org.springframework.security', name: 'spring-security-core', version: '5.8.14'
implementation group: 'org.springframework.security', name: 'spring-security-crypto', version: '5.8.14'
implementation group: 'org.springframework.security', name: 'spring-security-config', version: '5.8.14'
implementation group: 'org.springframework.security', name: 'spring-security-web', version: '5.8.14'
implementation group: 'org.springframework.security', name: 'spring-security-core', version: '6.3.4'
implementation group: 'org.springframework.security', name: 'spring-security-crypto', version: '6.3.4'
implementation group: 'org.springframework.security', name: 'spring-security-config', version: '6.3.4'
implementation group: 'org.springframework.security', name: 'spring-security-web', version: '6.3.4'

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 Expand Up @@ -457,7 +457,7 @@ dependencies {
testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'

testImplementation group: 'org.projectlombok', name: 'lombok', version: '1.18.28'
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-quartz', version: '2.7.18'
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-quartz', version: '3.3.4'

testAnnotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.28'
functionalTestImplementation group: 'org.projectlombok', name: 'lombok', version: '1.18.28'
Expand All @@ -483,7 +483,7 @@ dependencies {
contractTestRuntimeOnly group: 'au.com.dius.pact.consumer', name: 'junit5', version: '4.3.16'
contractTestRuntimeOnly group: 'au.com.dius.pact.consumer', name: 'java8', version: '4.1.7'

contractTestImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '2.7.18'
contractTestImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.3.4'

contractTestImplementation sourceSets.main.runtimeClasspath
contractTestImplementation sourceSets.test.runtimeClasspath
Expand Down

0 comments on commit e78b7fd

Please sign in to comment.