diff --git a/addons/common/persistence/postgresql/pom.xml b/addons/common/persistence/postgresql/pom.xml
index 7be1dfd44c3..d42e1e92b61 100644
--- a/addons/common/persistence/postgresql/pom.xml
+++ b/addons/common/persistence/postgresql/pom.xml
@@ -97,6 +97,11 @@
logback-classic
test
+
+ com.ongres.scram
+ client
+ test
+
@@ -142,4 +147,4 @@
-
\ No newline at end of file
+
diff --git a/kogito-build/kogito-dependencies-bom/pom.xml b/kogito-build/kogito-dependencies-bom/pom.xml
index 734a2c88e14..dc3a9f72f3e 100644
--- a/kogito-build/kogito-dependencies-bom/pom.xml
+++ b/kogito-build/kogito-dependencies-bom/pom.xml
@@ -47,6 +47,7 @@
2.17.2
2.17.2
2.9.0
+ 2.1
2.4.10
1.0.0-preview.20240207
2.0.2
@@ -118,7 +119,7 @@
4.4.14
1.7.13
2.0.4
- 13.4-alpine3.14
+ 15.9-alpine3.20
1.11.4
3.24.2
@@ -584,6 +585,12 @@
${version.com.github.tomakehurst.wiremock}
test
+
+ com.ongres.scram
+ client
+ ${version.com.ongres.scram}
+ test
+
org.apache.maven.shared
diff --git a/springboot/integration-tests/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-postgresql/pom.xml b/springboot/integration-tests/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-postgresql/pom.xml
index 57efade4193..bd8e0fbc9b5 100644
--- a/springboot/integration-tests/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-postgresql/pom.xml
+++ b/springboot/integration-tests/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-postgresql/pom.xml
@@ -97,6 +97,16 @@
awaitility
test
+
+ io.vertx
+ vertx-pg-client
+ test
+
+
+ com.ongres.scram
+ client
+ test
+