Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
d7690e630e | |||
8ec97d7f2f | |||
aca389a9b0 | |||
374175d386 | |||
cafa2c148f |
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
plugins {
|
||||
java
|
||||
id("org.springframework.boot") version "3.4.3"
|
||||
id("org.springframework.boot") version "3.4.4"
|
||||
id("io.spring.dependency-management") version "1.1.7"
|
||||
id("checkstyle")
|
||||
}
|
||||
|
@ -47,10 +47,10 @@ 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.3")
|
||||
implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.4.3")
|
||||
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.5")
|
||||
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6")
|
||||
}
|
||||
|
||||
tasks.withType<Test> {
|
||||
|
|
Loading…
Add table
Reference in a new issue