Skip to content

Commit 8ee1ec6

Browse files
committed
Updating Boot to 3.5.15-SNAPSHOT
1 parent 77a6eac commit 8ee1ec6

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
https://docs.spring.io/spring-cloud-build/reference/4.3-SNAPSHOT/[spring-cloud-build] :: Reference Documentation, version 4.3.3-SNAPSHOT
2-
https://docs.spring.io/spring-cloud-bus/reference/4.3-SNAPSHOT/[spring-cloud-bus] :: Reference Documentation, version 4.3.2-SNAPSHOT
3-
https://docs.spring.io/spring-cloud-circuitbreaker/reference/3.3-SNAPSHOT/[spring-cloud-circuitbreaker] :: Reference Documentation, version 3.3.2-SNAPSHOT
4-
https://docs.spring.io/spring-cloud-commons/reference/4.3-SNAPSHOT/[spring-cloud-commons] :: Reference Documentation, version 4.3.2-SNAPSHOT
1+
https://docs.spring.io/spring-cloud-build/reference/4.3-SNAPSHOT/[spring-cloud-build] :: Reference Documentation, version 4.3.4-SNAPSHOT
2+
https://docs.spring.io/spring-cloud-bus/reference/4.3/[spring-cloud-bus] :: Reference Documentation, version 4.3.1
3+
https://docs.spring.io/spring-cloud-circuitbreaker/reference/3.3-SNAPSHOT/[spring-cloud-circuitbreaker] :: Reference Documentation, version 3.3.3-SNAPSHOT
4+
https://docs.spring.io/spring-cloud-commons/reference/4.3-SNAPSHOT/[spring-cloud-commons] :: Reference Documentation, version 4.3.3-SNAPSHOT
55
https://docs.spring.io/spring-cloud-config/reference/4.3-SNAPSHOT/[spring-cloud-config] :: Reference Documentation, version 4.3.3-SNAPSHOT
6-
https://docs.spring.io/spring-cloud-consul/reference/4.3-SNAPSHOT/[spring-cloud-consul] :: Reference Documentation, version 4.3.2-SNAPSHOT
7-
https://docs.spring.io/spring-cloud-contract/reference/4.3-SNAPSHOT/[spring-cloud-contract] :: Reference Documentation, version 4.3.2-SNAPSHOT
8-
https://docs.spring.io/spring-cloud-function/reference/4.3-SNAPSHOT/[spring-cloud-function] :: Reference Documentation, version 4.3.2-SNAPSHOT
9-
https://docs.spring.io/spring-cloud-gateway/reference/4.3-SNAPSHOT/[spring-cloud-gateway] :: Reference Documentation, version 4.3.4-SNAPSHOT
10-
https://docs.spring.io/spring-cloud-kubernetes/reference/3.3-SNAPSHOT/[spring-cloud-kubernetes] :: Reference Documentation, version 3.3.2-SNAPSHOT
11-
https://docs.spring.io/spring-cloud-netflix/reference/4.3-SNAPSHOT/[spring-cloud-netflix] :: Reference Documentation, version 4.3.2-SNAPSHOT
12-
https://docs.spring.io/spring-cloud-openfeign/reference/4.3-SNAPSHOT/[spring-cloud-openfeign] :: Reference Documentation, version 4.3.2-SNAPSHOT
13-
https://docs.spring.io/spring-cloud-stream/reference/4.3-SNAPSHOT/[spring-cloud-stream] :: Reference Documentation, version 4.3.2-SNAPSHOT
14-
https://docs.spring.io/spring-cloud-task/reference/3.3-SNAPSHOT/[spring-cloud-task] :: Reference Documentation, version 3.3.2-SNAPSHOT
15-
https://docs.spring.io/spring-cloud-vault/reference/4.3-SNAPSHOT/[spring-cloud-vault] :: Reference Documentation, version 4.3.2-SNAPSHOT
16-
https://docs.spring.io/spring-cloud-zookeeper/reference/4.3-SNAPSHOT/[spring-cloud-zookeeper] :: Reference Documentation, version 4.3.2-SNAPSHOT
6+
https://docs.spring.io/spring-cloud-consul/reference/4.3-SNAPSHOT/[spring-cloud-consul] :: Reference Documentation, version 4.3.3-SNAPSHOT
7+
https://docs.spring.io/spring-cloud-contract/reference/4.3-SNAPSHOT/[spring-cloud-contract] :: Reference Documentation, version 4.3.4-SNAPSHOT
8+
https://docs.spring.io/spring-cloud-function/reference/4.3-SNAPSHOT/[spring-cloud-function] :: Reference Documentation, version 4.3.3-SNAPSHOT
9+
https://docs.spring.io/spring-cloud-gateway/reference/4.3-SNAPSHOT/[spring-cloud-gateway] :: Reference Documentation, version 4.3.5-SNAPSHOT
10+
https://docs.spring.io/spring-cloud-kubernetes/reference/3.3-SNAPSHOT/[spring-cloud-kubernetes] :: Reference Documentation, version 3.3.3-SNAPSHOT
11+
https://docs.spring.io/spring-cloud-netflix/reference/4.3-SNAPSHOT/[spring-cloud-netflix] :: Reference Documentation, version 4.3.3-SNAPSHOT
12+
https://docs.spring.io/spring-cloud-openfeign/reference/4.3-SNAPSHOT/[spring-cloud-openfeign] :: Reference Documentation, version 4.3.3-SNAPSHOT
13+
https://docs.spring.io/spring-cloud-stream/reference/4.3-SNAPSHOT/[spring-cloud-stream] :: Reference Documentation, version 4.3.3-SNAPSHOT
14+
https://docs.spring.io/spring-cloud-task/reference/3.3/[spring-cloud-task] :: Reference Documentation, version 3.3.1
15+
https://docs.spring.io/spring-cloud-vault/reference/4.3-SNAPSHOT/[spring-cloud-vault] :: Reference Documentation, version 4.3.3-SNAPSHOT
16+
https://docs.spring.io/spring-cloud-zookeeper/reference/4.3-SNAPSHOT/[spring-cloud-zookeeper] :: Reference Documentation, version 4.3.3-SNAPSHOT
1717

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Spring Cloud Train Reference Documentation
22

3-
:spring-boot-version: 3.5.11-SNAPSHOT
3+
:spring-boot-version: 3.5.15-SNAPSHOT
44

55
Spring Cloud provides tools for developers to quickly build some of
66
the common patterns in distributed systems (e.g. configuration

spring-cloud-starter-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>3.5.13</version>
11+
<version>3.5.15-SNAPSHOT</version>
1212
<relativePath/>
1313
</parent>
1414
<groupId>org.springframework.cloud</groupId>

0 commit comments

Comments
 (0)