Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Spring Boot Admin to 3.3.6 and 3.4.0 #1650

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -914,7 +916,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 @@ -924,7 +926,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