fix(deps): update dependencies (major and minor)
All checks were successful
All checks were successful
This commit is contained in:
parent
deb5b6525f
commit
aca389a9b0
1 changed files with 3 additions and 3 deletions
|
@ -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
Add a link
Reference in a new issue