Merge pull request 'fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.9' (!300) from renovate/dependencies-(major-and-minor) into main
All checks were successful
Build docs / build-docs (push) Successful in 18s
Release / Release (push) Successful in 1m21s
Release / Build Frontend Image (push) Successful in 2m23s
Release / Build Backend Image (push) Successful in 3m58s

Reviewed-on: #300
Reviewed-by: Jan-Marlon Leibl <jleibl@proton.me>
This commit is contained in:
Jan-Marlon Leibl 2025-06-12 06:27:53 +00:00
commit 9bd5a15480
No known key found for this signature in database
GPG key ID: 944223E4D46B7412

View file

@ -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-client:3.5.0")
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")
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.6")
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.6")