diff --git a/build.sbt b/build.sbt index 6e0085b6d..bf3b8ba9f 100644 --- a/build.sbt +++ b/build.sbt @@ -976,8 +976,8 @@ 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.18.1" % Provided, - "com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % "2.18.1" % Provided, + "com.fasterxml.jackson.datatype" % "jackson-datatype-json-org" % "2.18.2" % Provided, + "com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % "2.18.2" % Provided, // Redirecting slf4j log from Fluency to aiframe-log "org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION )