From 0061052981655b25b5a7ade2376d2d2bfd8722c9 Mon Sep 17 00:00:00 2001 From: Michael Farrant Date: Sun, 24 Dec 2023 00:08:27 +0000 Subject: [PATCH] Altered pom to enable support for flyway v10.4.1 --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 449469d..7d2ac5b 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 3.6.0 3.6.1 1.19.1 - 9.16.3 + 10.4.1 4.22.0 5.9.3 3.18.3 @@ -115,6 +115,12 @@ org.testcontainers testcontainers + + + com.fasterxml.jackson.core + jackson-annotations + + org.testcontainers @@ -131,6 +137,11 @@ flyway-core ${flyway-core.version} + + org.flywaydb + flyway-database-postgresql + ${flyway-core.version} + org.flywaydb