Skip to content

Commit

Permalink
Update Spring Authorization Server to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed Nov 27, 2023
1 parent c601463 commit bdf52af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ org-springframework-boot = "3.1.6"
org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.0.14"
org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.1.5"
org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2022.0.12"
org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.0.4"

[plugins]
io-spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.4" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext["micrometer.version"] = "1.10.0-SNAPSHOT"

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.security:spring-security-oauth2-authorization-server:1.0.0-SNAPSHOT'
implementation libs.org.springframework.security.spring.security.oauth2.authorization.server

testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
Expand Down

0 comments on commit bdf52af

Please sign in to comment.