GH-1191 - Upgrade to Spring Boot 4.0 snapshots.
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -43,7 +43,7 @@
|
||||
<jmolecules-bom.version>2023.3.1</jmolecules-bom.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<spring-boot.version>3.5.0</spring-boot.version>
|
||||
<spring-boot.version>4.0.0-SNAPSHOT</spring-boot.version>
|
||||
<spring-framework.version>7.0.0-M5</spring-framework.version> <!-- For Javadoc links only -->
|
||||
<testcontainers.version>1.17.6</testcontainers.version>
|
||||
<structurizr.version>3.1.0</structurizr.version>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.5.0</version>
|
||||
<version>4.0.0-SNAPSHOT</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user