From 8dbc732ba29fed3921477467ee9424732014d70b Mon Sep 17 00:00:00 2001 From: vasraz Date: Sat, 26 Jun 2021 14:23:12 +0100 Subject: Upgrade springframework to latest version (5.3.8) Signed-off-by: Vasyl Razinkov Change-Id: I5611f4f275f7a81a7f1b65fde36b2c84894f4619 Issue-ID: SDC-3648 --- catalog-model/pom.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'catalog-model/pom.xml') diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 95c50e6dd6..5c74421893 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -43,6 +43,12 @@ common-be ${project.version} provided + + + org.springframework + spring-core + + @@ -114,6 +120,16 @@ spring-context ${spring.version} provided + + + org.springframework + spring-expression + + + org.springframework + spring-core + + @@ -317,6 +333,12 @@ spring-web ${spring.version} test + + + org.springframework + spring-core + + @@ -324,6 +346,19 @@ spring-tx test ${spring.version} + + + org.springframework + spring-core + + + + + + org.springframework + spring-expression + test + ${spring.version} @@ -384,6 +419,10 @@ com.fasterxml.jackson.core jackson-core + + org.springframework + spring-core + -- cgit 1.2.3-korg