Updates boot version to 3.4.0-M3

This commit is contained in:
spencergibb
2024-10-07 13:42:15 -04:00
parent 71c73a8fe4
commit c3cd635789
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
= Spring Cloud Train Reference Documentation
:spring-boot-version: 3.4.0-M2
:spring-boot-version: 3.4.0-M3
Spring Cloud provides tools for developers to quickly build some of
the common patterns in distributed systems (e.g. configuration

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0-M2</version>
<version>3.4.0-M3</version>
<relativePath/>
</parent>
<groupId>org.springframework.cloud</groupId>