From 5d65e0ee727b8b1fa3da8e1b57aa1415981943d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:03:31 +0100 Subject: [PATCH] Bump com.google.cloud.tools.jib from 3.4.2 to 3.4.3 (#3867) Bumps com.google.cloud.tools.jib from 3.4.2 to 3.4.3. --- updated-dependencies: - dependency-name: com.google.cloud.tools.jib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pmcphee77 <150798161+pmcphee77@users.noreply.github.com> --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 33c821508f..26e6a0dfd3 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.google.cloud.tools.jib") version "3.4.2" apply false + id("com.google.cloud.tools.jib") version "3.4.3" apply false id("org.sonarqube") version "5.0.0.4638" apply false `kotlin-dsl` }