From 38a7d4952d807ccaf4bc5e09f4d9855824214995 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Mon, 29 Jan 2018 16:34:28 +0100 Subject: [PATCH] Minor dependency updates * httpcore 4.4.9 * httpclient 4.5.5 * jackon 2.9.4 --- pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 342efcf..47dc4fa 100644 --- a/pom.xml +++ b/pom.xml @@ -78,34 +78,34 @@ org.apache.httpcomponents httpcore - 4.4.8 + 4.4.9 org.apache.httpcomponents httpclient - 4.5.3 + 4.5.5 com.fasterxml.jackson.core jackson-core - 2.9.2 + 2.9.4 com.fasterxml.jackson.core jackson-databind - 2.9.2 + 2.9.4 org.junit.jupiter junit-jupiter-engine - 5.0.2 + 5.0.3 test org.junit.jupiter junit-jupiter-migrationsupport - 5.0.2 + 5.0.3 org.hamcrest @@ -116,19 +116,19 @@ com.github.stefanbirkner system-rules - 1.17.0 + 1.17.1 test org.mockito mockito-core - 2.12.0 + 2.13.0 test org.mockito mockito-inline - 2.12.0 + 2.13.0 test