diff --git a/build.sbt b/build.sbt index 70e5027e1..9a4e821f5 100644 --- a/build.sbt +++ b/build.sbt @@ -939,7 +939,7 @@ lazy val fluentd = // td-client-java -> json-simple happened to include junit 4.10 [CVE-2020-15250] exclude ("junit", "junit"), // Necessary for td-client-java, which is used in fluency-treasuredata - "com.fasterxml.jackson.datatype" % "jackson-datatype-json-org" % "2.16.2" % Provided, + "com.fasterxml.jackson.datatype" % "jackson-datatype-json-org" % "2.18.0" % Provided, "com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % "2.18.0" % Provided, // Redirecting slf4j log from Fluency to aiframe-log "org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION