Merge pull request 'fix(deps): update dependencies (major and minor)' (!85) from renovate/dependencies-(major-and-minor) into main
Some checks failed
Release / Release (push) Has been cancelled
Some checks failed
Release / Release (push) Has been cancelled
Reviewed-on: #85 Reviewed-by: Jan K9f <jan@kjan.email>
This commit is contained in:
commit
8ec97d7f2f
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
Reference in a new issue