Files
spring-security-samples/gradle/libs.versions.toml
dependabot[bot] 0d011de91e Bump org.springframework.security:spring-security-oauth2-authorization-server
Bumps [org.springframework.security:spring-security-oauth2-authorization-server](https://github.com/spring-projects/spring-authorization-server) from 1.2.4 to 1.2.5.
- [Release notes](https://github.com/spring-projects/spring-authorization-server/releases)
- [Commits](https://github.com/spring-projects/spring-authorization-server/compare/1.2.4...1.2.5)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-oauth2-authorization-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 12:16:34 -03:00

13 lines
723 B
TOML

[versions]
org-springframework-boot = "3.2.8"
[libraries]
org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.11"
org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.2.5"
org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.8"
org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.2.5"
[plugins]
io-spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.6" }
org-springframework-boot = { id = "org.springframework.boot", version.ref = "org-springframework-boot" }