From 5f2f7b1d3c71fd3c27288b33467a4792131c2cff Mon Sep 17 00:00:00 2001 From: Matthieu Geerebaert Date: Mon, 13 Jan 2020 16:24:23 +0100 Subject: Security improvement Update dependencies to reduce security threat ( see jenkins clm ) Change-Id: I09165f017853dfe37caefdbae1f390c224198297 Issue-ID: EXTAPI-377 Signed-off-by: MatthieuGeerebaert --- pom.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index d30b8c4..e738f19 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ org.springframework.boot spring-boot-dependencies - 2.1.7.RELEASE + 2.2.2.RELEASE pom import @@ -144,7 +144,7 @@ org.apache.tomcat.embed tomcat-embed-core - 9.0.24 + 9.0.30 @@ -212,7 +212,7 @@ com.fasterxml.jackson.core jackson-databind - 2.9.9.3 + 2.10.1 @@ -345,19 +345,29 @@ com.squareup.okhttp3 okhttp + + com.squareup.retrofit2 + retrofit + com.squareup.okhttp3 okhttp - 3.14.2 + 4.3.1 com.google.guava guava + + + com.squareup.retrofit2 + retrofit + 2.7.1 + -- cgit 1.2.3-korg