We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b37bf commit 613784fCopy full SHA for 613784f
docs/modules/ROOT/pages/index.adoc
@@ -1,6 +1,6 @@
1
= Spring Cloud Train Reference Documentation
2
3
-:spring-boot-version: 3.2.7
+:spring-boot-version: 3.2.8
4
5
Spring Cloud provides tools for developers to quickly build some of
6
the common patterns in distributed systems (e.g. configuration
spring-cloud-starter-parent/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>3.2.7</version>
+ <version>3.2.8</version>
9
<relativePath/>
10
</parent>
11
<groupId>org.springframework.cloud</groupId>
0 commit comments