Skip to content

Commit

Permalink
Update Spring Upgrade - Non Major (#403)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent f889f28 commit f22e276
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 @@ -253,7 +253,7 @@ dependencyManagement {
dependency group: 'org.glassfish', name: 'jakarta.el', version: '4.0.2'

//CVE-2022-31692, CVE-2022-31690
dependencySet( group: 'org.springframework.security', version: '5.8.13'){
dependencySet( group: 'org.springframework.security', version: '5.8.14'){
entry 'spring-security-core'
entry 'spring-security-acl'
entry 'spring-security-aspects'
Expand Down Expand Up @@ -333,7 +333,7 @@ dependencies {
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-netflix-hystrix', version: versions.springFrameworkCloud
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '3.1.9'

implementation group: 'org.springframework.security', name: 'spring-security-rsa', version: '1.1.3'
implementation group: 'org.springframework.security', name: 'spring-security-rsa', version: '1.1.5'

implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: versions.springDoc

Expand All @@ -357,7 +357,7 @@ dependencies {
}
testImplementation group: 'org.junit.vintage', name: 'junit-vintage-engine', version: versions.junit
testImplementation group: 'org.apiguardian', name: 'apiguardian-api', version:'1.1.2'
testImplementation group: 'org.springframework.security', name: 'spring-security-test', version: '5.8.13'
testImplementation group: 'org.springframework.security', name: 'spring-security-test', version: '5.8.14'

testImplementation group: 'net.serenity-bdd', name: 'serenity-core', version: versions.serenity
testImplementation group: 'net.serenity-bdd', name: 'serenity-junit', version: versions.serenity
Expand Down

0 comments on commit f22e276

Please sign in to comment.