From 17adc52df1c7a30652007309f397a5cbc2f9f796 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Thu, 3 Oct 2024 16:05:56 +0100 Subject: [PATCH] Update Flyway dependency to support SB 3.3 Flyway dependency updated to support Spring Boot 3.3 Issue-ID: CCSDK-4033 Change-Id: I32ec05b8590216fef539ab7378b1b1735512f2f7 Signed-off-by: aravind.est --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d3c7eca..6138253 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,8 @@ org.flywaydb - flyway-core + flyway-database-postgresql + runtime org.aspectj -- 2.16.6