Skip to content

Commit

Permalink
Upgrade to Spring Boot Admin 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe authored and snicoll committed Jan 16, 2024
1 parent 68912f9 commit a2d0b3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ initializr:
artifactId: spring-boot-admin-dependencies
versionProperty: spring-boot-admin.version
mappings:
- compatibilityRange: "[3.1.0,3.2.0-M1)"
version: 3.1.5
- compatibilityRange: "[3.1.0,3.3.0-M1)"
version: 3.2.1
hilla:
groupId: dev.hilla
artifactId: hilla-bom
Expand Down Expand Up @@ -917,7 +917,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.0.0,3.2.0-M1)"
compatibilityRange: "[3.0.0,3.3.0-M1)"
bom: codecentric-spring-boot-admin
links:
- rel: reference
Expand All @@ -927,7 +927,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.0.0,3.2.0-M1)"
compatibilityRange: "[3.0.0,3.3.0-M1)"
bom: codecentric-spring-boot-admin
links:
- rel: reference
Expand Down

0 comments on commit a2d0b3a

Please sign in to comment.