diff --git a/obp-api/pom.xml b/obp-api/pom.xml index e388029711..c5ef98268a 100644 --- a/obp-api/pom.xml +++ b/obp-api/pom.xml @@ -82,7 +82,7 @@ org.postgresql postgresql - 42.7.3 + 42.7.7 @@ -105,6 +105,27 @@ mysql-connector-j 8.0.33 + + + com.google.protobuf + protobuf-java + 3.25.5 + + + + org.xerial.snappy + snappy-java + 1.1.10.4 + + + + commons-beanutils + commons-beanutils + 1.10.1 + junit diff --git a/obp-commons/pom.xml b/obp-commons/pom.xml index bd0b365cb1..d69346a214 100644 --- a/obp-commons/pom.xml +++ b/obp-commons/pom.xml @@ -204,7 +204,7 @@ org.owasp dependency-check-maven - 8.4.3 + 12.1.0 ${env.NVD_API_KEY} diff --git a/pom.xml b/pom.xml index 48f71c4989..5ac5a44dad 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ org.apache.commons commons-lang3 - 3.14.0 + 3.18.0