From 5587e07bd5a5344b8f70ed4594fe87f82a6fa242 Mon Sep 17 00:00:00 2001 From: RossC Date: Mon, 29 Jun 2020 09:51:57 +0100 Subject: [PATCH] Updating dependencies and Adding Slf4j-ext into parent Issue-ID: POLICY-2387 Change-Id: I4c56ade98e21ee07c254208d58590f865e6e5edc Signed-off-by: RossC --- integration/pom.xml | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 6146220d..7bc934c9 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -182,14 +182,14 @@ com.google.re2j re2j - 1.3 + 1.4 org.mariadb.jdbc mariadb-java-client - 2.2.6 + 2.6.1 @@ -215,7 +215,7 @@ com.thoughtworks.xstream xstream - 1.4.11.1 + 1.4.12 @@ -223,7 +223,7 @@ org.eclipse.persistence javax.persistence - 2.1.0 + 2.2.1 @@ -251,7 +251,7 @@ org.apache.httpcomponents httpclient - 4.5.11 + 4.5.12 @@ -272,14 +272,19 @@ org.projectlombok lombok - 1.18.4 + 1.18.12 org.slf4j slf4j-api - 1.7.25 + 1.7.30 + + + org.slf4j + slf4j-ext + 1.7.30 ch.qos.logback @@ -364,7 +369,7 @@ org.codehaus.plexus plexus-utils - 3.0.24 + 3.3.0 @@ -435,7 +440,7 @@ com.h2database h2 - 1.4.197 + 1.4.200 test @@ -451,13 +456,13 @@ io.cucumber cucumber-java - 5.4.0 + 6.1.2 test io.cucumber cucumber-junit - 5.4.0 + 6.1.2 test @@ -465,7 +470,7 @@ org.assertj assertj-core - 3.11.1 + 3.16.1 test @@ -473,7 +478,7 @@ com.openpojo openpojo - 0.8.10 + 0.8.13 test @@ -503,7 +508,7 @@ org.mockito mockito-core - 3.2.4 + 3.3.3 test @@ -511,7 +516,7 @@ org.awaitility awaitility - 4.0.2 + 4.0.3 test -- 2.16.6