Skip to content

Commit

Permalink
[Tech] Bump org.springframework.boot:spring-boot-starter-security
Browse files Browse the repository at this point in the history
Bumps [org.springframework.boot:spring-boot-starter-security](https://github.com/spring-projects/spring-boot) from 3.1.7 to 3.2.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.7...v3.2.4)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-security
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 3c7d585 commit 909f521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
api("org.springframework.security:spring-security-oauth2-jose:6.1.5")
api("org.springframework.boot:spring-boot-starter-actuator:3.1.7")
api("org.springframework.boot:spring-boot-starter-json:3.1.7")
api("org.springframework.boot:spring-boot-starter-security:3.1.7")
api("org.springframework.boot:spring-boot-starter-security:3.2.4")
api("org.springframework.boot:spring-boot-starter-data-jpa:3.1.7")
api("org.springframework.boot:spring-boot-configuration-processor:3.1.7")
api("org.springframework.boot:spring-boot-starter-cache:3.1.7")
Expand Down

0 comments on commit 909f521

Please sign in to comment.