File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
19
19
<properties >
20
20
<java .version>1.8</java .version>
21
- <jib .maven-plugin-version>3.1.0 </jib .maven-plugin-version>
21
+ <jib .maven-plugin-version>3.1.1 </jib .maven-plugin-version>
22
22
</properties >
23
23
24
24
<dependencies >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id ' java'
3
3
id ' org.springframework.boot' version ' 2.0.5.RELEASE'
4
4
id ' io.spring.dependency-management' version ' 1.0.7.RELEASE'
5
- id ' com.google.cloud.tools.jib' version ' 3.1.0 '
5
+ id ' com.google.cloud.tools.jib' version ' 3.1.1 '
6
6
}
7
7
8
8
repositories {
Original file line number Diff line number Diff line change 9
9
10
10
<properties >
11
11
<java .version>1.8</java .version>
12
- <jib .maven-plugin-version>3.1.0 </jib .maven-plugin-version>
12
+ <jib .maven-plugin-version>3.1.1 </jib .maven-plugin-version>
13
13
</properties >
14
14
15
15
<parent >
Original file line number Diff line number Diff line change 9
9
10
10
<properties >
11
11
<java .version>1.8</java .version>
12
- <jib .maven-plugin-version>3.1.0 </jib .maven-plugin-version>
12
+ <jib .maven-plugin-version>3.1.1 </jib .maven-plugin-version>
13
13
</properties >
14
14
15
15
<parent >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id ' groovy'
4
4
id ' io.spring.dependency-management' version ' 1.0.6.RELEASE'
5
5
id ' net.ltgt.apt-idea' version ' 0.18'
6
- id ' com.google.cloud.tools.jib' version ' 3.1.0 '
6
+ id ' com.google.cloud.tools.jib' version ' 3.1.1 '
7
7
}
8
8
9
9
sourceCompatibility = 1.8
Original file line number Diff line number Diff line change 8
8
<description >Simple Java server with Skaffold and Jib</description >
9
9
10
10
<properties >
11
- <jib .maven-plugin-version>3.1.0 </jib .maven-plugin-version>
11
+ <jib .maven-plugin-version>3.1.1 </jib .maven-plugin-version>
12
12
<maven .compiler.source>1.8</maven .compiler.source>
13
13
<maven .compiler.target>1.8</maven .compiler.target>
14
14
</properties >
Original file line number Diff line number Diff line change 8
8
<description >Simple Java server with Skaffold and Jib</description >
9
9
10
10
<properties >
11
- <jib .maven-plugin-version>3.1.0 </jib .maven-plugin-version>
11
+ <jib .maven-plugin-version>3.1.1 </jib .maven-plugin-version>
12
12
<maven .compiler.source>1.8</maven .compiler.source>
13
13
<maven .compiler.target>1.8</maven .compiler.target>
14
14
</properties >
You can’t perform that action at this time.
0 commit comments