File tree 12 files changed +12
-12
lines changed
container-registry/container-analysis
getting-started-grpc/client
12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 63
63
<dependency >
64
64
<groupId >commons-cli</groupId >
65
65
<artifactId >commons-cli</artifactId >
66
- <version >1.4 </version >
66
+ <version >1.5.0 </version >
67
67
</dependency >
68
68
<dependency >
69
69
<groupId >joda-time</groupId >
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Copyright 2018 Google LLC
57
57
<dependency >
58
58
<groupId >commons-cli</groupId >
59
59
<artifactId >commons-cli</artifactId >
60
- <version >1.4 </version >
60
+ <version >1.5.0 </version >
61
61
<scope >compile</scope >
62
62
</dependency >
63
63
<!-- Test dependencies -->
Original file line number Diff line number Diff line change 67
67
<dependency >
68
68
<groupId >commons-cli</groupId >
69
69
<artifactId >commons-cli</artifactId >
70
- <version >1.4 </version >
70
+ <version >1.5.0 </version >
71
71
</dependency >
72
72
<dependency >
73
73
<groupId >commons-lang</groupId >
Original file line number Diff line number Diff line change 29
29
30
30
dependencies {
31
31
compile project(' :api' )
32
- compile ' commons-cli:commons-cli:1.4 '
32
+ compile ' commons-cli:commons-cli:1.5.0 '
33
33
}
Original file line number Diff line number Diff line change 30
30
dependencies {
31
31
compile project(' :api' )
32
32
compile ' com.google.auto.value:auto-value:1.8.2'
33
- compile ' commons-cli:commons-cli:1.4 '
33
+ compile ' commons-cli:commons-cli:1.5.0 '
34
34
}
Original file line number Diff line number Diff line change 29
29
30
30
dependencies {
31
31
compile project(' :api' )
32
- compile ' commons-cli:commons-cli:1.4 '
32
+ compile ' commons-cli:commons-cli:1.5.0 '
33
33
}
Original file line number Diff line number Diff line change 77
77
<dependency >
78
78
<groupId >commons-cli</groupId >
79
79
<artifactId >commons-cli</artifactId >
80
- <version >1.4 </version >
80
+ <version >1.5.0 </version >
81
81
</dependency >
82
82
83
83
<!-- Test dependencies -->
Original file line number Diff line number Diff line change 92
92
<dependency >
93
93
<groupId >commons-cli</groupId >
94
94
<artifactId >commons-cli</artifactId >
95
- <version >1.4 </version >
95
+ <version >1.5.0 </version >
96
96
</dependency >
97
97
98
98
<!-- LTS for Java EE -->
Original file line number Diff line number Diff line change 83
83
<dependency >
84
84
<groupId >commons-cli</groupId >
85
85
<artifactId >commons-cli</artifactId >
86
- <version >1.4 </version >
86
+ <version >1.5.0 </version >
87
87
</dependency >
88
88
<dependency >
89
89
<groupId >com.google.api-client</groupId >
Original file line number Diff line number Diff line change 92
92
<dependency >
93
93
<groupId >commons-cli</groupId >
94
94
<artifactId >commons-cli</artifactId >
95
- <version >1.4 </version >
95
+ <version >1.5.0 </version >
96
96
</dependency >
97
97
<dependency >
98
98
<groupId >com.google.api-client</groupId >
Original file line number Diff line number Diff line change 55
55
<dependency >
56
56
<groupId >commons-cli</groupId >
57
57
<artifactId >commons-cli</artifactId >
58
- <version >1.4 </version >
58
+ <version >1.5.0 </version >
59
59
</dependency >
60
60
<dependency >
61
61
<groupId >com.google.code.gson</groupId >
Original file line number Diff line number Diff line change 57
57
<dependency >
58
58
<groupId >commons-cli</groupId >
59
59
<artifactId >commons-cli</artifactId >
60
- <version >1.4 </version >
60
+ <version >1.5.0 </version >
61
61
</dependency >
62
62
63
63
<!-- Test dependencies -->
You can’t perform that action at this time.
0 commit comments