From 385f0850e40f4bffbee8d8a00d434922cea45e6e Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 24 Feb 2020 07:36:08 -0500 Subject: Upgrade to latest dependencies These seem the safest - note will need a companion review for google gson. tried eclipse link and javax persistence along with openpojo, but those gave very nasty issues that were not clear on how to address. Will have to save the rest for G Release. Issue-ID: POLICY-2381 Change-Id: I35082743cf91fd1920994e5881f76b713998cc60 Signed-off-by: Pamela Dragosh --- integration/pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'integration') diff --git a/integration/pom.xml b/integration/pom.xml index 279f57d0..856e2f8b 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -40,8 +40,8 @@ 2.0.4 2.7.5 2.10.0.pr3 - 7.32.0.Final - 2.29.1 + 7.33.0.Final + 2.30.1 0.4.4 1.6.0 2.3.1 @@ -194,7 +194,7 @@ commons-codec commons-codec - 1.11 + 1.14 @@ -236,21 +236,21 @@ org.apache.httpcomponents httpclient - 4.5.9 + 4.5.11 org.apache.httpcomponents httpcore - 4.4.9 + 4.4.13 com.google.code.gson gson - 2.8.4 + 2.8.6 @@ -333,7 +333,7 @@ org.yaml snakeyaml - 1.24 + 1.25 @@ -419,7 +419,7 @@ com.h2database h2 - 1.4.197 + 1.4.200 test @@ -427,7 +427,7 @@ junit junit - 4.12 + 4.13 test @@ -435,13 +435,13 @@ io.cucumber cucumber-java - 4.2.0 + 5.4.0 test io.cucumber cucumber-junit - 4.2.0 + 5.4.0 test -- cgit 1.2.3-korg