Skip to content

Commit

Permalink
Update spring security to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 31, 2023
1 parent c64f342 commit 83143eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ allprojects {
// CVE-2021-29425
dependency group: 'commons-io', name: 'commons-io', version: '2.11.0'
dependency group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.10.0'
dependency group: 'org.springframework.security', name: 'spring-security-crypto', version: '5.8.5'
dependency group: 'org.springframework.security', name: 'spring-security-crypto', version: '6.1.3'

dependency group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.2'
dependency group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.14.2'
Expand Down Expand Up @@ -346,7 +346,7 @@ def versions = [
springStatemachine : '3.2.0',
lombok : '1.18.26',
pact : '3.5.24',
springSecurity : '5.8.5'
springSecurity : '6.1.3'
]

ext.libraries = [
Expand Down

0 comments on commit 83143eb

Please sign in to comment.