From 06a984b30450bb96050339215303f7c540e02cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 07:11:59 +0000 Subject: [PATCH 1/2] Bump jackson.version from 2.9.10 to 2.10.1 Bumps `jackson.version` from 2.9.10 to 2.10.1. Updates `jackson-annotations` from 2.9.10 to 2.10.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-core` from 2.9.10 to 2.10.1 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.9.10...jackson-core-2.10.1) Updates `jackson-databind` from 2.9.10 to 2.10.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-datatype-jdk8` from 2.9.10 to 2.10.1 Updates `jackson-datatype-guava` from 2.9.10 to 2.10.1 - [Release notes](https://github.com/FasterXML/jackson-datatypes-collections/releases) - [Commits](https://github.com/FasterXML/jackson-datatypes-collections/compare/jackson-datatypes-collections-2.9.10...jackson-datatypes-collections-2.10.1) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 12d5dc5c..63f0436c 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ 1.3.9 27.1-jre 2.7.5 - 2.9.10 + 2.10.1 4.12 1.1.1 1.10.19 From 9149000b4b6a40ecef46edeb5c6ec2e37bd58605 Mon Sep 17 00:00:00 2001 From: Rick Fast Date: Wed, 20 Nov 2019 14:39:21 -0600 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b37b29c6..db827730 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,5 @@ before_install: - ./do setup-environment jdk: - - oraclejdk8 + - openjdk8 script: mvn clean test