Merge pull request 'chore(deps): update plugin org.springframework.boot to v3.5.0' (!220) from renovate/all-minor-patch into main
All checks were successful
Release / Release (push) Successful in 1m19s
Release / Build Frontend Image (push) Successful in 41s
Release / Build Backend Image (push) Successful in 1m59s

Reviewed-on: #220
Reviewed-by: Jan K9f <jan@kjan.email>
This commit is contained in:
Jan K9f 2025-05-26 11:47:18 +00:00
commit 99d32916a3
No known key found for this signature in database
GPG key ID: 944223E4D46B7412

View file

@ -1,6 +1,6 @@
plugins {
java
id("org.springframework.boot") version "3.4.6"
id("org.springframework.boot") version "3.5.0"
id("io.spring.dependency-management") version "1.1.7"
id("checkstyle")
}