Update plugin org.springframework.boot to v4 #16

Merged
seeseemelk merged 1 commits from renovate/major-spring-boot into master 2026-05-03 10:04:58 +02:00
Showing only changes of commit dd9bef7855 - Show all commits

View File

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