Compare commits
No commits in common. "96dcb843b6b8f86c68f52c79e5ae7f6904c52618" and "500a80a12d4494469aad5739e24f7e0f205ba20f" have entirely different histories.
96dcb843b6
...
500a80a12d
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ dependencies {
|
|||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
implementation("org.springframework.boot:spring-boot-starter-security")
|
||||
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server:3.4.5")
|
||||
implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.4.5")
|
||||
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server:3.4.4")
|
||||
implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.4.4")
|
||||
runtimeOnly("org.postgresql:postgresql")
|
||||
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6")
|
||||
}
|
||||
|
|
Reference in a new issue