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 committed Jan 16, 2024
1 parent aa614bc commit 8e74f74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 All @@ -936,7 +936,7 @@ initializr:
id: sentry
bom: sentry
description: Application performance monitoring and error tracking that help software teams see clearer, solve quicker, and learn continuously.
compatibilityRange: "[3.0.0,3.2.0-M1)"
compatibilityRange: "[3.0.0,3.3.0-M1)"
groupId: io.sentry
artifactId: sentry-spring-boot-starter-jakarta
links:
Expand Down

0 comments on commit 8e74f74

Please sign in to comment.