diff --git a/README.md b/README.md index 843bc3b..01a370c 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.2 + 3.4.3 @@ -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.1:build (default-cli) @ helloworld --- +[INFO] --- jib-maven-plugin:3.4.3: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 b209b44..4a27cbd 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.27.0', - JIB_GRADLE: 'com.google.cloud.tools:jib-gradle-plugin:3.4.2', + JIB_CORE: 'com.google.cloud.tools:jib-core:0.27.1', + JIB_GRADLE: 'com.google.cloud.tools:jib-gradle-plugin:3.4.3', // 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 7b917c0..9710035 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.2 + 3.4.3 diff --git a/first-party/jib-native-image-extension-maven/README.md b/first-party/jib-native-image-extension-maven/README.md index f208cc4..26aa66d 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.2 + 3.4.3 diff --git a/first-party/jib-ownership-extension-maven/README.md b/first-party/jib-ownership-extension-maven/README.md index 85afac2..5fccfa6 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.2 + 3.4.3 diff --git a/first-party/jib-quarkus-extension-maven/README.md b/first-party/jib-quarkus-extension-maven/README.md index 11426cc..f86b82c 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.2 + 3.4.3 diff --git a/first-party/jib-spring-boot-extension-maven/README.md b/first-party/jib-spring-boot-extension-maven/README.md index acf6863..39b33b7 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.2 + 3.4.3