diff --git a/app/pom.xml b/app/pom.xml
index 7ffe9066..46ce3318 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -97,6 +97,10 @@ SPDX-License-Identifier: Apache-2.0
io.quarkus
quarkus-flyway
+
+ org.flywaydb
+ flyway-database-postgresql
+
io.quarkus
quarkus-jdbc-postgresql
diff --git a/pom.xml b/pom.xml
index 6f7e8ceb..2f41c7e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ SPDX-License-Identifier: Apache-2.0
3.2.0
0.22.0
- 3.9.2
+ 3.25.0
3.1.1
2.23.1
diff --git a/repository-postgresql/pom.xml b/repository-postgresql/pom.xml
index 5fc2471c..290708ee 100644
--- a/repository-postgresql/pom.xml
+++ b/repository-postgresql/pom.xml
@@ -47,7 +47,7 @@ SPDX-License-Identifier: Apache-2.0
org.flywaydb
- flyway-core
+ flyway-database-postgresql
test