fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.9
All checks were successful
CI / Get Changed Files (pull_request) Successful in 12s
CI / eslint (pull_request) Has been skipped
CI / oxlint (pull_request) Has been skipped
CI / prettier (pull_request) Has been skipped
CI / test-build (pull_request) Has been skipped
Pull Request Labeler / labeler (pull_request_target) Successful in 8s
Label PRs based on size / Check PR size (pull_request) Successful in 12s
Claude PR Review / claude-code (pull_request) Successful in 24s
CI / Docker frontend validation (pull_request) Has been skipped
CI / Backend Tests (pull_request) Successful in 4m10s
CI / Playwright (pull_request) Has been skipped
CI / Checkstyle Main (pull_request) Successful in 3m46s
CI / Docker backend validation (pull_request) Successful in 16s
All checks were successful
CI / Get Changed Files (pull_request) Successful in 12s
CI / eslint (pull_request) Has been skipped
CI / oxlint (pull_request) Has been skipped
CI / prettier (pull_request) Has been skipped
CI / test-build (pull_request) Has been skipped
Pull Request Labeler / labeler (pull_request_target) Successful in 8s
Label PRs based on size / Check PR size (pull_request) Successful in 12s
Claude PR Review / claude-code (pull_request) Successful in 24s
CI / Docker frontend validation (pull_request) Has been skipped
CI / Backend Tests (pull_request) Successful in 4m10s
CI / Playwright (pull_request) Has been skipped
CI / Checkstyle Main (pull_request) Successful in 3m46s
CI / Docker backend validation (pull_request) Successful in 16s
This commit is contained in:
parent
e5155c072f
commit
40a0116acb
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ dependencies {
|
||||||
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server:3.5.0")
|
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server:3.5.0")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.5.0")
|
implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.5.0")
|
||||||
runtimeOnly("org.postgresql:postgresql")
|
runtimeOnly("org.postgresql:postgresql")
|
||||||
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8")
|
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.9")
|
||||||
implementation("io.jsonwebtoken:jjwt-api:0.12.6")
|
implementation("io.jsonwebtoken:jjwt-api:0.12.6")
|
||||||
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.6")
|
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.6")
|
||||||
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.6")
|
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.6")
|
||||||
|
|
Reference in a new issue