From 3d2a8d9cdd94a3433a0f8cc7d676d26c4a8704bd Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Fri, 11 Dec 2020 14:12:24 +0800 Subject: [PATCH] https://github.com/chatopera/cskefu/issues/384 fix by update spring boot to 1.5.22 release --- contact-center/app/pom.xml | 5 +++-- contact-center/root/pom.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/contact-center/app/pom.xml b/contact-center/app/pom.xml index ba92d513..649a1ce0 100644 --- a/contact-center/app/pom.xml +++ b/contact-center/app/pom.xml @@ -10,9 +10,10 @@ com.chatopera.cc cc-root 6.0.0-SNAPSHOT - + + - + ../root/pom.xml contact-center diff --git a/contact-center/root/pom.xml b/contact-center/root/pom.xml index 79f00b0b..070f2981 100644 --- a/contact-center/root/pom.xml +++ b/contact-center/root/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.10.RELEASE + 1.5.22.RELEASE