Compare commits

...

2 Commits

Author SHA1 Message Date
2d1bc93ce8 Merge pull request 'chore(deps): update plugin org.springframework.boot to v4' (#15) from renovate/major-spring-boot into prod
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m10s
Reviewed-on: #15
2025-11-23 20:33:32 +00:00
ce93459c69 chore(deps): update plugin org.springframework.boot to v4
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m12s
2025-11-20 20:02:05 +00:00

View File

@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.5.8'
id 'org.springframework.boot' version '4.0.0'
id 'io.spring.dependency-management' version '1.1.7'
}