GH-354 - Upgrade to Spring Boot 3.2 RC2.

Also, let only examples run on integration versions.
This commit is contained in:
Oliver Drotbohm
2023-11-03 08:17:30 +01:00
parent 40ab6cecfc
commit 72e33fca5f
3 changed files with 8 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0-RC1</version>
<version>3.2.0-RC2</version>
<relativePath />
</parent>
@@ -25,7 +25,7 @@
<properties>
<java.version>17</java.version>
<spring-boot.version>3.2.0-RC1</spring-boot.version>
<spring-boot.version>3.2.0-RC2</spring-boot.version>
</properties>
<build>