From 5f87e399f3e28fc8a4b9c8d50211bc6467bf56d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Ko=CC=88ninger?= Date: Mon, 25 Nov 2024 12:32:39 +0100 Subject: [PATCH] Upgrade Spring Boot Admin to 3.3.6 and 3.4.0 See gh-1650 --- start-site/src/main/resources/application.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index ac1a7cec91..b7e55a20b2 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -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 @@ -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 @@ -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