From 54440d9cdea3ac8aef826d79670174439fc01bdd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 Jan 2021 08:02:18 +0100 Subject: [PATCH] Update thumbnailator to 0.4.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4dd6f1b0a..dbf13b5df 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ libraryDependencies ++= Seq( "fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0", "com.github.bkromhout" % "java-diff-utils" % "2.1.1", "org.cache2k" % "cache2k-all" % "1.2.4.Final", - "net.coobird" % "thumbnailator" % "0.4.12", + "net.coobird" % "thumbnailator" % "0.4.13", "com.github.zafarkhaja" % "java-semver" % "0.9.0", "com.nimbusds" % "oauth2-oidc-sdk" % "8.34.1", "org.eclipse.jetty" % "jetty-webapp" % JettyVersion % "provided",