From aecda130b60eb904c63d55a0b3e65a897642187e Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Wed, 12 Feb 2020 11:02:16 +0900 Subject: [PATCH] Update thumbnailator to 0.4.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0bd54040b..92a5e0c7e 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ libraryDependencies ++= Seq( "com.github.bkromhout" % "java-diff-utils" % "2.1.1", "org.cache2k" % "cache2k-all" % "1.2.4.Final", "com.enragedginger" %% "akka-quartz-scheduler" % "1.8.1-akka-2.5.x" exclude ("com.mchange", "c3p0") exclude ("com.zaxxer", "HikariCP-java6"), - "net.coobird" % "thumbnailator" % "0.4.8", + "net.coobird" % "thumbnailator" % "0.4.9", "com.github.zafarkhaja" % "java-semver" % "0.9.0", "com.nimbusds" % "oauth2-oidc-sdk" % "5.64.4", "org.eclipse.jetty" % "jetty-webapp" % JettyVersion % "provided",