From 8e4c372ca2243e2d0f71aa09dedd62f56e0a6dd1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 9 Apr 2024 02:22:47 +0000 Subject: [PATCH] Update jib-core to 0.27.0 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 31a9c9d..9da2442 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -7,6 +7,6 @@ object Deps { def caseApp = "com.github.alexarchambault" %% "case-app" % "2.1.0-M24" def thumbnailator = "net.coobird" % "thumbnailator" % "0.4.20" def image4j = "org.jclarion" % "image4j" % "0.7" - def jib = "com.google.cloud.tools" % "jib-core" % "0.24.0" + def jib = "com.google.cloud.tools" % "jib-core" % "0.27.0" def commonsIo = "commons-io" % "commons-io" % "2.13.0" }