Skip to content

Commit

Permalink
Merge pull request #1650 from SteKoe
Browse files Browse the repository at this point in the history
* gh-1650:
  Upgrade Spring Boot Admin to 3.3.6 and 3.4.0

Closes gh-1650
  • Loading branch information
wilkinsona committed Nov 25, 2024
2 parents 4eff50f + 5f87e39 commit b5836f0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ initializr:
versionProperty: spring-boot-admin.version
mappings:
- compatibilityRange: "[3.3.0,3.4.0-M1)"
version: 3.3.5
version: 3.3.6
- compatibilityRange: "[3.4.0,3.5.0-M1)"
version: 3.4.0
netflix-dgs:
groupId: com.netflix.graphql.dgs
artifactId: graphql-dgs-platform-dependencies
Expand Down Expand Up @@ -913,7 +915,7 @@ initializr:
groupId: de.codecentric
artifactId: spring-boot-admin-starter-client
description: Required for your application to register with a Codecentric's Spring Boot Admin Server instance.
compatibilityRange: "[3.3.0,3.4.0-M1)"
compatibilityRange: "[3.3.0,3.5.0-M1)"
bom: codecentric-spring-boot-admin
links:
- rel: reference
Expand All @@ -923,7 +925,7 @@ initializr:
groupId: de.codecentric
artifactId: spring-boot-admin-starter-server
description: A community project to manage and monitor your Spring Boot applications. Provides a UI on top of the Spring Boot Actuator endpoints.
compatibilityRange: "[3.3.0,3.4.0-M1)"
compatibilityRange: "[3.3.0,3.5.0-M1)"
bom: codecentric-spring-boot-admin
links:
- rel: reference
Expand Down

0 comments on commit b5836f0

Please sign in to comment.