Compare commits

...

4 commits

Author SHA1 Message Date
96dcb843b6
Merge pull request 'fix(deps): update dependencies (major and minor) to v3.4.5' (!151) from renovate/dependencies-(major-and-minor) into main
All checks were successful
Release / Release (push) Successful in 1m11s
Release / Build Frontend Image (push) Successful in 1m3s
Release / Build Backend Image (push) Successful in 2m30s
Reviewed-on: #151
Reviewed-by: Jan K9f <jan@kjan.email>
2025-04-24 18:06:59 +00:00
500a80a12d
Merge pull request 'chore(deps): update plugin org.springframework.boot to v3.4.5' (!150) from renovate/all-minor-patch into main
Some checks failed
Release / Build Backend Image (push) Blocked by required conditions
Release / Build Frontend Image (push) Blocked by required conditions
Release / Release (push) Has been cancelled
Reviewed-on: #150
Reviewed-by: Jan K9f <jan@kjan.email>
2025-04-24 18:06:42 +00:00
4d48c9bfe5
fix(deps): update dependencies (major and minor) to v3.4.5
All checks were successful
CI / Get Changed Files (pull_request) Successful in 6s
CI / eslint (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 1m6s
2025-04-24 17:48:10 +00:00
24081ba366
chore(deps): update plugin org.springframework.boot to v3.4.5
All checks were successful
CI / Get Changed Files (pull_request) Successful in 6s
CI / eslint (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 1m26s
2025-04-24 17:48:07 +00:00

View file

@ -1,6 +1,6 @@
plugins { plugins {
java java
id("org.springframework.boot") version "3.4.4" id("org.springframework.boot") version "3.4.5"
id("io.spring.dependency-management") version "1.1.7" id("io.spring.dependency-management") version "1.1.7"
id("checkstyle") id("checkstyle")
} }
@ -47,8 +47,8 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.boot:spring-boot-starter-test")
testRuntimeOnly("org.junit.platform:junit-platform-launcher") testRuntimeOnly("org.junit.platform:junit-platform-launcher")
implementation("org.springframework.boot:spring-boot-starter-security") implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server:3.4.4") implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server:3.4.5")
implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.4.4") implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.4.5")
runtimeOnly("org.postgresql:postgresql") 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.6")
} }