Compare commits

3 Commits

Author SHA1 Message Date
798adb5299 Merge branch 'master' into renovate/spring-boot
All checks were successful
Build and Test / build (pull_request) Successful in 1m37s
2026-05-03 11:03:19 +02:00
e4a01db90d Merge branch 'master' into renovate/spring-boot 2026-05-03 11:02:02 +02:00
270223dd9f Update plugin org.springframework.boot to v4.0.6 2026-05-02 20:59:16 +00:00

View File

@@ -1,7 +1,7 @@
plugins {
java
jacoco
id("org.springframework.boot") version "4.0.3"
id("org.springframework.boot") version "4.0.6"
id("io.spring.dependency-management") version "1.1.7"
}