Skip to content

Commit

Permalink
Update Spring All
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 19, 2024
1 parent cb26828 commit 2bb15ae
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 @@ -4,8 +4,8 @@ plugins {
id 'org.sonarqube' version '4.0.0.2929'
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 'io.spring.dependency-management' version '1.1.6'
id 'org.springframework.boot' version '2.7.18'
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 @@ -309,7 +309,7 @@ dependencyManagement {
}

//CVE-2021-22112
dependencySet(group: 'org.springframework.security', version: '5.7.10') {
dependencySet(group: 'org.springframework.security', version: '5.8.14') {
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: '5.3.39') {
entry 'spring-aop'
entry 'spring-aspects'
entry 'spring-beans'
Expand Down Expand Up @@ -364,7 +364,7 @@ dependencyManagement {
}

// CVE-2023-33202
dependency group: 'org.springframework.security', name: 'spring-security-rsa', version: '1.1.1'
dependency group: 'org.springframework.security', name: 'spring-security-rsa', version: '1.1.5'

//CVE-2023-6378, CVE-2023-6481
dependencySet(group: 'ch.qos.logback', version: '1.2.13') {
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: '5.8.14'
}
}

Expand Down

0 comments on commit 2bb15ae

Please sign in to comment.