diff --git a/app/pom.xml b/app/pom.xml
index c8f437e5..1c3d9951 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 e417b178..8b4e5de8 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.11.0
3.1.1
2.23.1
diff --git a/repository-postgresql/pom.xml b/repository-postgresql/pom.xml
index 1d223937..ea259641 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