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 Nov 7, 2024
1 parent 70c0a70 commit c4a8579
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 @@ -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: '2.0.9'
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.5.1'
Expand Down Expand Up @@ -291,7 +291,7 @@ dependencyManagement {
dependency group: 'org.yaml', name: 'snakeyaml', version: '2.0'

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

// CVE-2023-35116
Expand All @@ -302,7 +302,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 Down

0 comments on commit c4a8579

Please sign in to comment.