From 731b28e63d09e28b006f4eaa879847a247037aa5 Mon Sep 17 00:00:00 2001 From: mpeddada1 Date: Wed, 28 Feb 2024 22:19:00 +0000 Subject: [PATCH] update jib-core to 0.26.0 and jib plugins to 3.4.1 --- README.md | 4 ++-- first-party/build.gradle | 4 ++-- first-party/jib-layer-filter-extension-maven/README.md | 2 +- first-party/jib-native-image-extension-maven/README.md | 2 +- first-party/jib-ownership-extension-maven/README.md | 2 +- first-party/jib-quarkus-extension-maven/README.md | 2 +- first-party/jib-spring-boot-extension-maven/README.md | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7402d6e..f0aaae2 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The following example adds and runs the [Jib Layer-Filter Extension](first-party com.google.cloud.tools jib-maven-plugin - 3.4.0 + 3.4.1 @@ -65,7 +65,7 @@ The following example adds and runs the [Jib Layer-Filter Extension](first-party When properly configured and loaded, Jib outputs the loaded extensions in the log. When you configure multiple ``s, Jib runs the extensions in the given order. ``` -[INFO] --- jib-maven-plugin:3.4.0:build (default-cli) @ helloworld --- +[INFO] --- jib-maven-plugin:3.4.1:build (default-cli) @ helloworld --- [INFO] Running extension: com.google.cloud.tools.jib.maven.extension.layerfilter.JibLayerFilterExtension ``` diff --git a/first-party/build.gradle b/first-party/build.gradle index 8ee0f94..6a6cbba 100644 --- a/first-party/build.gradle +++ b/first-party/build.gradle @@ -62,8 +62,8 @@ subprojects { GUAVA: 'com.google.guava:guava:30.1.1-jre', JSR305: 'com.google.code.findbugs:jsr305:3.0.2', // transitively pulled in by GUAVA - JIB_CORE: 'com.google.cloud.tools:jib-core:0.25.0', - JIB_GRADLE: 'com.google.cloud.tools:jib-gradle-plugin:3.4.0', + JIB_CORE: 'com.google.cloud.tools:jib-core:0.26.0', + JIB_GRADLE: 'com.google.cloud.tools:jib-gradle-plugin:3.4.1', // for Build Plan and Jib Plugins Extension API JIB_GRADLE_EXTENSION: 'com.google.cloud.tools:jib-gradle-plugin-extension-api:0.4.0', diff --git a/first-party/jib-layer-filter-extension-maven/README.md b/first-party/jib-layer-filter-extension-maven/README.md index c5faea8..7031398 100644 --- a/first-party/jib-layer-filter-extension-maven/README.md +++ b/first-party/jib-layer-filter-extension-maven/README.md @@ -10,7 +10,7 @@ Check out the [genenal instructions](../../README.md#using-jib-plugin-extensions com.google.cloud.tools jib-maven-plugin - 3.4.0 + 3.4.1 diff --git a/first-party/jib-native-image-extension-maven/README.md b/first-party/jib-native-image-extension-maven/README.md index bc7ad24..ed5faac 100644 --- a/first-party/jib-native-image-extension-maven/README.md +++ b/first-party/jib-native-image-extension-maven/README.md @@ -14,7 +14,7 @@ Check out the [general instructions](../../README.md#using-jib-plugin-extensions com.google.cloud.tools jib-maven-plugin - 3.4.0 + 3.4.1 diff --git a/first-party/jib-ownership-extension-maven/README.md b/first-party/jib-ownership-extension-maven/README.md index badc6bf..e6be336 100644 --- a/first-party/jib-ownership-extension-maven/README.md +++ b/first-party/jib-ownership-extension-maven/README.md @@ -12,7 +12,7 @@ Check out the [genenal instructions](../../README.md#using-jib-plugin-extensions com.google.cloud.tools jib-maven-plugin - 3.4.0 + 3.4.1 diff --git a/first-party/jib-quarkus-extension-maven/README.md b/first-party/jib-quarkus-extension-maven/README.md index 6694e9c..b26e2b5 100644 --- a/first-party/jib-quarkus-extension-maven/README.md +++ b/first-party/jib-quarkus-extension-maven/README.md @@ -21,7 +21,7 @@ Note that `` should be set to some placeholder value to su com.google.cloud.tools jib-maven-plugin - 3.4.0 + 3.4.1 diff --git a/first-party/jib-spring-boot-extension-maven/README.md b/first-party/jib-spring-boot-extension-maven/README.md index 14f07c6..0c7762a 100644 --- a/first-party/jib-spring-boot-extension-maven/README.md +++ b/first-party/jib-spring-boot-extension-maven/README.md @@ -16,7 +16,7 @@ Check out the [genenal instructions](../../README.md#using-jib-plugin-extensions com.google.cloud.tools jib-maven-plugin - 3.4.0 + 3.4.1