Skip to content

Commit

Permalink
[Tech] Bump org.springframework.security:spring-security-test
Browse files Browse the repository at this point in the history
Bumps [org.springframework.security:spring-security-test](https://github.com/spring-projects/spring-security) from 6.1.5 to 6.2.4.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](spring-projects/spring-security@6.1.5...6.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 9, 2024
1 parent f62a77c commit 46391e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Expand Up @@ -63,7 +63,7 @@ dependencies {
api("com.google.code.gson:gson:2.10.1")
api("org.springframework.boot:spring-boot-starter-cache:3.2.5")
api("com.github.ben-manes.caffeine:caffeine:3.1.5")
api("org.springframework.security:spring-security-test:6.1.5")
api("org.springframework.security:spring-security-test:6.2.4")
api("org.testcontainers:testcontainers:1.19.2")
api("io.hypersistence:hypersistence-utils-hibernate-63:3.7.5")
api("org.assertj:assertj-core:3.24.2")
Expand Down

0 comments on commit 46391e2

Please sign in to comment.