Merge pull request 'fix(deps): update dependencies (major and minor)' (!156) from renovate/dependencies-(major-and-minor) into main
All checks were successful
Release / Release (push) Successful in 55s
Release / Build Frontend Image (push) Successful in 28s
Release / Build Backend Image (push) Successful in 31s

Reviewed-on: #156
Reviewed-by: Jan K9f <jan@kjan.email>
This commit is contained in:
Jan K9f 2025-05-05 07:15:18 +00:00
commit a80ed2f37e
No known key found for this signature in database
GPG key ID: 944223E4D46B7412

View file

@ -39,7 +39,7 @@ repositories {
}
dependencies {
implementation("com.stripe:stripe-java:29.0.0")
implementation("com.stripe:stripe-java:29.1.0")
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-web")
compileOnly("org.projectlombok:lombok")
@ -50,7 +50,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server:3.4.5")
implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.4.5")
runtimeOnly("org.postgresql:postgresql")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8")
}
tasks.withType<Test> {