refactor: Fix yellow code smells #27
@ -59,6 +59,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
val springDocVersion = "2.6.0"
|
val springDocVersion = "2.6.0"
|
||||||
|
val oauth2Version = "3.3.4"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
||||||
@ -66,8 +67,8 @@ dependencies {
|
|||||||
implementation("org.springframework.boot:spring-boot-starter-validation")
|
implementation("org.springframework.boot:spring-boot-starter-validation")
|
||||||
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:$springDocVersion")
|
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:$springDocVersion")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-security")
|
implementation("org.springframework.boot:spring-boot-starter-security")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server:3.3.4")
|
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server:$oauth2Version")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.3.4")
|
implementation("org.springframework.boot:spring-boot-starter-oauth2-client:$oauth2Version")
|
||||||
|
|
||||||
testImplementation("com.h2database:h2")
|
testImplementation("com.h2database:h2")
|
||||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||||
|
Loading…
Reference in New Issue
Block a user