From f11633f81f4e49fbe08e26a4dcbd0365a6d6bd56 Mon Sep 17 00:00:00 2001 From: yashwanth Date: Thu, 11 Feb 2021 02:11:51 -0800 Subject: Update Spring Dependencies Issue-ID: DCAEGEN2-2599 Signed-off-by: yashwanth Change-Id: Ic3e2e9df2dddee5ff54d1bf301ed7278a38695cc --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 768efcf..431137b 100644 --- a/pom.xml +++ b/pom.xml @@ -73,22 +73,22 @@ org.springframework spring-webmvc - 5.2.7.RELEASE + 5.2.10.RELEASE org.springframework spring-core - 5.2.7.RELEASE + 5.2.10.RELEASE org.springframework spring-beans - 5.2.7.RELEASE + 5.2.10.RELEASE org.springframework spring-expression - 5.2.7.RELEASE + 5.2.10.RELEASE org.springframework @@ -98,7 +98,7 @@ org.springframework spring-tx - 5.2.7.RELEASE + 5.2.10.RELEASE org.springframework.data -- cgit 1.2.3-korg