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 --- catalog-model/pom.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'catalog-model') diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 96793babea..b6a1e17b0e 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -110,7 +110,7 @@ com.google.code.bean-matchers bean-matchers - ${bean-matcher.version} + ${bean-matchers.version} test @@ -297,6 +297,10 @@ org.apache.cassandra cassandra-all + + javax.validation + validation-api + @@ -309,8 +313,8 @@ - org.apache.httpcomponents - httpclient + org.apache.httpcomponents.client5 + httpclient5 ${httpclient.version} provided @@ -466,8 +470,9 @@ - org.codehaus.groovy + org.apache.groovy groovy + ${groovy.version} -- cgit 1.2.3-korg