From 33fc4d316d24a028e968a6f28fc2ead595056349 Mon Sep 17 00:00:00 2001 From: NicolasLaplaud Date: Fri, 13 Apr 2018 11:03:23 +0200 Subject: [PATCH] Fix vulnerability report - Exclude old logback-classic from spring-boot-starter-web - Add the latest logback-classic release version Change-Id: I6c6c35ed9ba2e7d8f0176fe086fda4a42576e4bd Issue-ID: EXTAPI-71 Signed-off-by: NicolasLaplaud --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 505777a..50e3c21 100644 --- a/pom.xml +++ b/pom.xml @@ -105,6 +105,18 @@ org.springframework.boot spring-boot-starter-web + + + ch.qos.logback + logback-classic + + + + + + ch.qos.logback + logback-classic + 1.2.3 -- 2.16.6