Skip to content

Commit

Permalink
Update dependency org.springframework.security:spring-security-core t…
Browse files Browse the repository at this point in the history
…o v5.8.15
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 80baec6 commit 5cbb0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: versions.springBoot
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-security', version: versions.springBoot
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: versions.springBoot
implementation group: 'org.springframework.security', name: 'spring-security-core', version: '5.7.11'
implementation group: 'org.springframework.security', name: 'spring-security-core', version: '5.8.15'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-cache', version: versions.springBoot

implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: versions.bouncycastle
Expand Down

0 comments on commit 5cbb0b1

Please sign in to comment.