From ba648cae0e5863e0fe3b6e91bd024453b9b74b09 Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Fri, 15 Dec 2023 12:56:32 +0200 Subject: [PATCH] Bump Spring Boot version -> 2.7.18 (#1519) Signed-off-by: Marinov Avgustin --- hawkbit-runtime/README.md | 2 ++ hawkbit-runtime/hawkbit-simple-ui/pom.xml | 1 + pom.xml | 5 +++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hawkbit-runtime/README.md b/hawkbit-runtime/README.md index 93ff3d90a..446001cc8 100644 --- a/hawkbit-runtime/README.md +++ b/hawkbit-runtime/README.md @@ -12,3 +12,5 @@ hawkBit Runtime | `hawkbit-dmf-server/` | Spring-Boot application of hawkBit DMF server. | | `hawkbit-mgmt-server/` | Spring-Boot application of hawkBit Management server. Provides REST Management API and rollouts / auto assigment processing | | `hawkbit-vv8-ui/` | Spring-Boot application of hawkBit Vaadin 8 UI. | + +Note: micro service setup requires all services using DB to use same shared DB. So, they don't work with default in memory H2 database. Docker compose with mysql shows an example setup. diff --git a/hawkbit-runtime/hawkbit-simple-ui/pom.xml b/hawkbit-runtime/hawkbit-simple-ui/pom.xml index 69a8bc935..5d2da6c47 100644 --- a/hawkbit-runtime/hawkbit-simple-ui/pom.xml +++ b/hawkbit-runtime/hawkbit-simple-ui/pom.xml @@ -17,6 +17,7 @@ org.springframework.boot spring-boot-starter-parent 3.1.5 + com.eclipse.hawkbit diff --git a/pom.xml b/pom.xml index 2ef590915..7b5df80e8 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.17 + 2.7.18 org.eclipse.hawkbit @@ -159,7 +159,7 @@ 17 - 2.7.17 + 2.7.18 2021.0.8 2.0.0.RELEASE @@ -173,6 +173,7 @@ 1.33 + 1.2.13