From 72bc16df1699d7bf9430430db722059839104bd2 Mon Sep 17 00:00:00 2001 From: vv770d Date: Mon, 22 Mar 2021 22:18:04 +0000 Subject: [CCSDK/DCAE] Fix dashboard app error recent version upgrades for spring-web and jackson is causing application to not start reverting com.fasterxml.jackson.core : jackson-databind : 2.9.8 org.springframework : spring-web : 4.3.22.RELEASE Change-Id: If88b8744574b889879d8fafe43ea51598a089310 Signed-off-by: vv770d Issue-ID: CCSDK-3233 Signed-off-by: vv770d --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index eff345c..77e67b1 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=4 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg