From 092b474c60a43a4f68cc3cf5d3e54f9cfdad2482 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 23 Sep 2023 01:04:33 +0000 Subject: [PATCH] Update jib-core to 0.25.0 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 31a9c9d..22f4c62 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.25.0" def commonsIo = "commons-io" % "commons-io" % "2.13.0" }