fix(deps): update dependencies (major and minor)
All checks were successful
CI / Get Changed Files (pull_request) Successful in 38s
CI / Docker frontend validation (pull_request) Successful in 40s
CI / Docker backend validation (pull_request) Successful in 40s
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
CI / Checkstyle Main (pull_request) Successful in 1m52s

This commit is contained in:
Renovate Bot 2025-05-05 07:01:52 +00:00
commit 4704f5c42e
Signed by: Renovate
GPG key ID: 449076797435FF67

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> {