Skip to content

Commit e16cb84

Browse files
authored
Merge pull request #820 from aws-observability/jib
Upgrade jib PR workflows are failing due to a somewhat arcane message relating to Docker and jib: https://github.com/aws-observability/aws-otel-java-instrumentation/actions/runs/9568113061/job/26377760995?pr=818 Found an issue that seems at least somewhat related, which was resolved in jib 3.4.1: GoogleContainerTools/jib#4171 In this PR we are upgrading jib from 3.4.0 to 3.4.3, since a) it is generally a good thing to be up to date with dependencies and b) I suspect it will resolve this issue.
2 parents ff295b7 + a1517b4 commit e16cb84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ repositories {
88
}
99

1010
dependencies {
11-
implementation("com.google.cloud.tools:jib-gradle-plugin:3.4.0")
11+
implementation("com.google.cloud.tools:jib-gradle-plugin:3.4.3")
1212
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
id("com.github.ben-manes.versions") version "0.50.0"
2020
id("com.github.jk1.dependency-license-report") version "2.5"
2121
id("com.github.johnrengelman.shadow") version "8.1.1"
22-
id("com.google.cloud.tools.jib") version "3.4.0"
22+
id("com.google.cloud.tools.jib") version "3.4.3"
2323
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
2424
id("nebula.release") version "18.0.6"
2525
id("org.springframework.boot") version "2.7.17"

0 commit comments

Comments
 (0)