Skip to content

Commit a9fbf6b

Browse files
authored
Merge pull request #181 from GoogleContainerTools/update-maven
chore: update versions for plugins 3.4.5 release and jib-core 0.27.3
2 parents 05b4575 + b742441 commit a9fbf6b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

first-party/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ subprojects {
6262
GUAVA: 'com.google.guava:guava:30.1.1-jre',
6363
JSR305: 'com.google.code.findbugs:jsr305:3.0.2', // transitively pulled in by GUAVA
6464

65-
JIB_CORE: 'com.google.cloud.tools:jib-core:0.27.1',
66-
JIB_GRADLE: 'com.google.cloud.tools:jib-gradle-plugin:3.4.3',
65+
JIB_CORE: 'com.google.cloud.tools:jib-core:0.27.3',
66+
JIB_GRADLE: 'com.google.cloud.tools:jib-gradle-plugin:3.4.5',
6767

6868
// for Build Plan and Jib Plugins Extension API
6969
JIB_GRADLE_EXTENSION: 'com.google.cloud.tools:jib-gradle-plugin-extension-api:0.4.0',

first-party/jib-layer-filter-extension-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Check out the [genenal instructions](../../README.md#using-jib-plugin-extensions
1010
<plugin>
1111
<groupId>com.google.cloud.tools</groupId>
1212
<artifactId>jib-maven-plugin</artifactId>
13-
<version>3.4.3</version>
13+
<version>3.4.5</version>
1414

1515
<dependencies>
1616
<dependency>

first-party/jib-native-image-extension-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Check out the [general instructions](../../README.md#using-jib-plugin-extensions
1414
<plugin>
1515
<groupId>com.google.cloud.tools</groupId>
1616
<artifactId>jib-maven-plugin</artifactId>
17-
<version>3.4.3</version>
17+
<version>3.4.5</version>
1818

1919
<dependencies>
2020
<dependency>

first-party/jib-ownership-extension-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Check out the [genenal instructions](../../README.md#using-jib-plugin-extensions
1212
<plugin>
1313
<groupId>com.google.cloud.tools</groupId>
1414
<artifactId>jib-maven-plugin</artifactId>
15-
<version>3.4.3</version>
15+
<version>3.4.5</version>
1616

1717
<dependencies>
1818
<dependency>

first-party/jib-quarkus-extension-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Note that `<container><mainClass>` should be set to some placeholder value to su
2121
<plugin>
2222
<groupId>com.google.cloud.tools</groupId>
2323
<artifactId>jib-maven-plugin</artifactId>
24-
<version>3.4.3</version>
24+
<version>3.4.5</version>
2525

2626
<dependencies>
2727
<dependency>

first-party/jib-spring-boot-extension-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Check out the [genenal instructions](../../README.md#using-jib-plugin-extensions
1616
<plugin>
1717
<groupId>com.google.cloud.tools</groupId>
1818
<artifactId>jib-maven-plugin</artifactId>
19-
<version>3.4.3</version>
19+
<version>3.4.5</version>
2020

2121
<dependencies>
2222
<dependency>

0 commit comments

Comments
 (0)