Skip to content

Commit 6718a86

Browse files
committed
Merge pull request #1823 from SteKoe
* pr/1823: Polish "Upgrade to Spring Boot Admin 3.5.0 and 3.47" Upgrade to Spring Boot Admin 3.5.0 and 3.47 Closes gh-1823
2 parents 67a4e37 + ec14cb5 commit 6718a86

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

start-site/src/main/resources/application.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ initializr:
4949
- compatibilityRange: "[3.3.0,3.4.0-M1)"
5050
version: 3.3.6
5151
- compatibilityRange: "[3.4.0,3.5.0-M1)"
52-
version: 3.4.5
52+
version: 3.4.7
53+
- compatibilityRange: "[3.5.0,3.6.0-M1)"
54+
version: 3.5.0
5355
netflix-dgs:
5456
groupId: com.netflix.graphql.dgs
5557
artifactId: graphql-dgs-platform-dependencies
@@ -949,7 +951,7 @@ initializr:
949951
groupId: de.codecentric
950952
artifactId: spring-boot-admin-starter-client
951953
description: Required for your application to register with a Codecentric's Spring Boot Admin Server instance.
952-
compatibilityRange: "[3.3.0,3.5.0-M1)"
954+
compatibilityRange: "[3.3.0,3.6.0-M1)"
953955
bom: codecentric-spring-boot-admin
954956
links:
955957
- rel: reference
@@ -959,7 +961,7 @@ initializr:
959961
groupId: de.codecentric
960962
artifactId: spring-boot-admin-starter-server
961963
description: A community project to manage and monitor your Spring Boot applications. Provides a UI on top of the Spring Boot Actuator endpoints.
962-
compatibilityRange: "[3.3.0,3.5.0-M1)"
964+
compatibilityRange: "[3.3.0,3.6.0-M1)"
963965
bom: codecentric-spring-boot-admin
964966
links:
965967
- rel: reference

0 commit comments

Comments
 (0)