diff options
author | vv770d <vv770d@att.com> | 2021-03-22 22:18:04 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2021-03-22 22:33:15 +0000 |
commit | 72bc16df1699d7bf9430430db722059839104bd2 (patch) | |
tree | fcc50d38e45e349b0419b734c9fb6488046beb1c /version.properties | |
parent | f0fc1eea8fbf211619dde3d7a507fd0747680179 (diff) |
[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 <vv770d@att.com>
Issue-ID: CCSDK-3233
Signed-off-by: vv770d <vv770d@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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} |