Skip to content

Commit

Permalink
Merge pull request #172 from GoogleContainerTools/update-3.4.2
Browse files Browse the repository at this point in the history
chore: update plugin versions to 3.4.2 and core to 0.27.0
  • Loading branch information
mpeddada1 committed May 7, 2024
2 parents c610458 + 0e0cdd0 commit 73ac3df
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following example adds and runs the [Jib Layer-Filter Extension](first-party
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>

<!-- 1. have extension classes available on Jib's runtime classpath -->
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions first-party/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.26.0',
JIB_GRADLE: 'com.google.cloud.tools:jib-gradle-plugin:3.4.1',
JIB_CORE: 'com.google.cloud.tools:jib-core:0.27.0',
JIB_GRADLE: 'com.google.cloud.tools:jib-gradle-plugin:3.4.2',

// for Build Plan and Jib Plugins Extension API
JIB_GRADLE_EXTENSION: 'com.google.cloud.tools:jib-gradle-plugin-extension-api:0.4.0',
Expand Down
2 changes: 1 addition & 1 deletion first-party/jib-layer-filter-extension-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Check out the [genenal instructions](../../README.md#using-jib-plugin-extensions
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion first-party/jib-native-image-extension-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Check out the [general instructions](../../README.md#using-jib-plugin-extensions
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion first-party/jib-ownership-extension-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Check out the [genenal instructions](../../README.md#using-jib-plugin-extensions
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion first-party/jib-quarkus-extension-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Note that `<container><mainClass>` should be set to some placeholder value to su
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion first-party/jib-spring-boot-extension-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Check out the [genenal instructions](../../README.md#using-jib-plugin-extensions
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 73ac3df

Please sign in to comment.