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 31, 2024
1 parent d36fb5e commit be7c3b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'jacoco'
id 'info.solidsoft.pitest' version '1.9.11'
id 'io.spring.dependency-management' version '1.0.12.RELEASE'
id 'org.springframework.boot' version '2.5.15'
id 'org.springframework.boot' version '3.3.5'
id 'uk.gov.hmcts.java' version '0.12.12'
id 'org.owasp.dependencycheck' version '10.0.3'
id 'com.github.ben-manes.versions' version '0.46.0'
Expand Down Expand Up @@ -214,7 +214,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation', version: springBoot.class.package.implementationVersion

// https://mvnrepository.com/artifact/org.springframework.retry/spring-retry
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: 'me.xdrop', name: 'fuzzywuzzy', version: '1.4.0'
implementation group: 'io.rest-assured', name: 'rest-assured', version: '4.3.3'
Expand Down Expand Up @@ -309,7 +309,7 @@ dependencyManagement {
}

//CVE-2021-22112
dependencySet(group: 'org.springframework.security', version: '5.7.10') {
dependencySet(group: 'org.springframework.security', version: '6.3.4') {
entry 'spring-security-crypto'
}

Expand All @@ -325,7 +325,7 @@ dependencyManagement {
dependency group: 'org.yaml', name: 'snakeyaml', version: '2.0'

//CVE-2021-22118
dependencySet(group: 'org.springframework', version: '5.3.28') {
dependencySet(group: 'org.springframework', version: '6.1.14') {
entry 'spring-aop'
entry 'spring-aspects'
entry 'spring-beans'
Expand All @@ -351,7 +351,7 @@ dependencyManagement {
}

imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:2020.0.6"
mavenBom "org.springframework.cloud:spring-cloud-dependencies:2023.0.3"
}
//CVE-2021-28170
dependency group: 'org.glassfish', name: 'jakarta.el', version: '4.0.2'
Expand All @@ -373,7 +373,7 @@ dependencyManagement {
}

// CVE-2023-34042
dependency group: 'org.springframework.security', name: 'spring-security-crypto', version: '5.8.10'
dependency group: 'org.springframework.security', name: 'spring-security-crypto', version: '6.3.4'
}
}

Expand Down

0 comments on commit be7c3b3

Please sign in to comment.