From dfe98bd779a03efc8f176d1c8946c769417f5a60 Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 5 Jul 2023 22:22:43 +0100 Subject: Update outdated/vulnerable dependencies Signed-off-by: Vasyl Razinkov Change-Id: Ib809c636cd4505589901d1f5b95bedba1fc0a1f5 Issue-ID: SDC-4560 --- integration-tests/pom.xml | 45 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 4 deletions(-) (limited to 'integration-tests') diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 0db0050987..03d407ed8b 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -228,8 +228,8 @@ limitations under the License. test - org.apache.httpcomponents - httpclient + org.apache.httpcomponents.client5 + httpclient5 ${httpclient.version} test @@ -281,11 +281,22 @@ limitations under the License. + + com.squareup.okhttp3 + okhttp + ${okhttp.version} + org.seleniumhq.selenium selenium-java test ${selenium.version} + + + com.squareup.okhttp3 + okhttp + + org.seleniumhq.selenium @@ -297,6 +308,10 @@ limitations under the License. javax.servlet javax.servlet-api + + com.squareup.okhttp3 + okhttp + @@ -304,6 +319,12 @@ limitations under the License. selenium-firefox-driver ${selenium.version} test + + + com.squareup.okhttp3 + okhttp + + @@ -322,6 +343,10 @@ limitations under the License. org.slf4j jcl-over-slf4j + + org.bouncycastle + bcprov-jdk15on + @@ -376,6 +401,18 @@ limitations under the License. javax.servlet javax.servlet-api + + org.onap.aaf.authz + aaf-cadi-aaf + + + org.onap.aaf.authz + aaf-cadi-client + + + org.onap.aaf.authz + aaf-cadi-core + @@ -653,8 +690,8 @@ limitations under the License. docker-maven-plugin - org.apache.httpcomponents - httpclient + org.apache.httpcomponents.client5 + httpclient5 ${httpclient.version} -- cgit 1.2.3-korg