From cffea3c4ca779762b8f4925199dcd8817d2f32d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 02:22:19 +0000 Subject: [PATCH] Bump com.google.cloud.tools.jib in /spring-boot-reactive Bumps com.google.cloud.tools.jib from 3.4.0 to 3.4.1. --- updated-dependencies: - dependency-name: com.google.cloud.tools.jib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-reactive/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive/build.gradle.kts b/spring-boot-reactive/build.gradle.kts index f88f06d3..943fe119 100644 --- a/spring-boot-reactive/build.gradle.kts +++ b/spring-boot-reactive/build.gradle.kts @@ -3,7 +3,7 @@ plugins { application id("org.springframework.boot") version "3.2.2" id("io.spring.dependency-management") version "1.1.4" - id("com.google.cloud.tools.jib") version "3.4.0" + id("com.google.cloud.tools.jib") version "3.4.1" } group = "by.vk"