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 Jul 31, 2023
1 parent 9281fde commit 504028a
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 @@ -92,7 +92,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.2'

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 @@ -310,7 +310,7 @@ def versions = [
springStatemachine : '3.2.0',
lombok : '1.18.26',
pact : '3.5.24',
springSecurity : '5.8.5'
springSecurity : '6.1.2'
]

ext.libraries = [
Expand Down

0 comments on commit 504028a

Please sign in to comment.