From 8612b028a95445bae2b9b4591124beba69d70401 Mon Sep 17 00:00:00 2001 From: Mitsunori Komatsu Date: Mon, 26 Aug 2019 22:47:10 +0900 Subject: [PATCH 1/2] Use jackson-databind-2.9.9.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1821bf09c..2ea074f17 100644 --- a/build.sbt +++ b/build.sbt @@ -115,7 +115,7 @@ lazy val msgpackJackson = "org.msgpack.jackson.dataformat" ), libraryDependencies ++= Seq( - "com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9.1", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9.3", junitInterface, "org.apache.commons" % "commons-math3" % "3.6.1" % "test" ), From f7aaab8f4c88fdcc990146befee37b1e1525369e Mon Sep 17 00:00:00 2001 From: Mitsunori Komatsu Date: Mon, 26 Aug 2019 22:58:47 +0900 Subject: [PATCH 2/2] Add a workaround for Travis CI error --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a5e5f71b2..d1c82a096 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: scala +# With xenial, `Installing oraclejdk8` fails due to "Expected feature release number in range of 9 to 14, but got: 8" +dist: trusty + cache: directories: - $HOME/.m2/repository/