From b1d37744d554c76e6bcd56df3e9e4e0c6120c284 Mon Sep 17 00:00:00 2001 From: "Bansal, Nitin (nb121v)" Date: Wed, 28 Mar 2018 11:07:14 -0400 Subject: [PATCH] Updating logback version Change-Id: Ia0fbaf0c82c4a8a37cc75f8a84c42beb69960a79 Issue-ID: AAI-947 Signed-off-by: Bansal, Nitin (nb121v) --- pom.xml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index eb3df8d..03c5d8d 100644 --- a/pom.xml +++ b/pom.xml @@ -66,9 +66,25 @@ limitations under the License. ${project.build.directory}/coverage-reports/jacoco.exec false ${project.version} + 1.2.3 + + ch.qos.logback + logback-core + ${logback.version} + + + ch.qos.logback + logback-classic + ${logback.version} + + + ch.qos.logback + logback-access + ${logback.version} + org.apache.camel camel-spring-boot-starter @@ -177,7 +193,7 @@ limitations under the License. org.onap.aai.logging-service common-logging - 1.1.0 + 1.2.2 @@ -192,11 +208,7 @@ limitations under the License. 1.1.0 - - ch.qos.logback - logback-core - 1.1.7 - + -- 2.16.6