From b2d78ec189a3a02a54f029037285d85ddecee921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:17:49 +0000 Subject: [PATCH] Bump com.google.cloud.tools.jib from 3.4.2 to 3.4.3 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] --- JShellAPI/build.gradle | 2 +- JShellWrapper/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/JShellAPI/build.gradle b/JShellAPI/build.gradle index 7a2380b..8f47ac2 100644 --- a/JShellAPI/build.gradle +++ b/JShellAPI/build.gradle @@ -3,7 +3,7 @@ import java.time.Instant plugins { id 'org.springframework.boot' version '3.2.5' id 'io.spring.dependency-management' version '1.1.5' - id 'com.google.cloud.tools.jib' version '3.4.2' + id 'com.google.cloud.tools.jib' version '3.4.3' id 'com.github.johnrengelman.shadow' version '8.1.1' } diff --git a/JShellWrapper/build.gradle b/JShellWrapper/build.gradle index 279e8c0..881c2af 100644 --- a/JShellWrapper/build.gradle +++ b/JShellWrapper/build.gradle @@ -2,7 +2,7 @@ import java.time.Instant plugins { id 'application' - id 'com.google.cloud.tools.jib' version '3.4.2' + id 'com.google.cloud.tools.jib' version '3.4.3' id 'com.github.johnrengelman.shadow' version '8.1.1' }