Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
96dcb843b6 |
|||
500a80a12d |
|||
4d48c9bfe5 |
|||
24081ba366 |
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
id("org.springframework.boot") version "3.4.4"
|
id("org.springframework.boot") version "3.4.5"
|
||||||
id("io.spring.dependency-management") version "1.1.7"
|
id("io.spring.dependency-management") version "1.1.7"
|
||||||
id("checkstyle")
|
id("checkstyle")
|
||||||
}
|
}
|
||||||
|
@ -47,8 +47,8 @@ dependencies {
|
||||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||||
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.4.4")
|
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server:3.4.5")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.4.4")
|
implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.4.5")
|
||||||
runtimeOnly("org.postgresql:postgresql")
|
runtimeOnly("org.postgresql:postgresql")
|
||||||
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6")
|
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6")
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue