Skip to content

Commit 6f6cc4f

Browse files
authored
Merge pull request msgpack#511 from msgpack/jackson-databind-2.9.9.3
Use jackson-databind-2.9.9.3
2 parents 76fdd87 + f7aaab8 commit 6f6cc4f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: scala
22

3+
# With xenial, `Installing oraclejdk8` fails due to "Expected feature release number in range of 9 to 14, but got: 8"
4+
dist: trusty
5+
36
cache:
47
directories:
58
- $HOME/.m2/repository/

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ lazy val msgpackJackson =
115115
"org.msgpack.jackson.dataformat"
116116
),
117117
libraryDependencies ++= Seq(
118-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9.1",
118+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9.3",
119119
junitInterface,
120120
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"
121121
),

0 commit comments

Comments
 (0)