From 406fb7c804017bff5e132ef82eee5a993ed5d408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 04:28:20 +0000 Subject: [PATCH] chore(deps): bump com.google.cloud.tools.jib in /backend/api Bumps com.google.cloud.tools.jib from 3.4.1 to 3.4.2. --- updated-dependencies: - dependency-name: com.google.cloud.tools.jib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/build.gradle b/backend/api/build.gradle index 34e69ba0..f45d52d9 100644 --- a/backend/api/build.gradle +++ b/backend/api/build.gradle @@ -27,7 +27,7 @@ plugins { id 'io.spring.dependency-management' version '1.1.4' id "org.jetbrains.kotlin.plugin.spring" id "org.jetbrains.kotlin.jvm" - id "com.google.cloud.tools.jib" version "3.4.1" + id "com.google.cloud.tools.jib" version "3.4.2" } description = 'GraphQL API'