Upgrade to Spring Boot 4.0 #18

Manually merged
ansv7779 merged 2 commits from spring-boot-4.0 into main 2026-05-22 20:34:38 +02:00
Showing only changes of commit dc7eb44c07 - Show all commits
+1
View File
@@ -82,6 +82,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webmvc-test</artifactId>
stne3960 marked this conversation as resolved
Review

Shouldn't this be <scope>test</scope>?

Shouldn't this be `<scope>test</scope>`?
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>