From 3e898cf325d2164f9af933ba56c8f5f1850416be Mon Sep 17 00:00:00 2001 From: msizov Date: Tue, 11 Jun 2024 18:43:02 +0700 Subject: [PATCH] Update jib version to newest one that does work with recent docker (#506) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f1129788f..1d2266530 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -136,7 +136,7 @@ bouncycastle = ["bouncycastle-pkix", "bouncycastle-prov"] [plugins] kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } -jib = { id = "com.google.cloud.tools.jib", version = "2.7.1" } +jib = { id = "com.google.cloud.tools.jib", version = "3.4.3" } spring = { id = "org.springframework.boot", version = "2.6.0" } git = { id = "com.palantir.git-version", version = "0.12.3" } protobuf = { id = "com.google.protobuf", version = "0.9.1" }