File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Copyright 2015 Google Inc. All Rights Reserved.
21
21
<artifactId >appengine-images</artifactId >
22
22
23
23
<properties >
24
- <appengine .sdk.version>1.9.44 </appengine .sdk.version>
24
+ <appengine .sdk.version>1.9.46 </appengine .sdk.version>
25
25
</properties >
26
26
27
27
<parent >
Original file line number Diff line number Diff line change 29
29
</parent >
30
30
31
31
<properties >
32
- <appengine .sdk.version>1.9.44 </appengine .sdk.version>
32
+ <appengine .sdk.version>1.9.46 </appengine .sdk.version>
33
33
<appengine .app.version>1</appengine .app.version>
34
34
<project .http.version>1.19.0</project .http.version>
35
35
<project .oauth.version>1.19.0</project .oauth.version>
153
153
<dependency >
154
154
<groupId >org.mockito</groupId >
155
155
<artifactId >mockito-core</artifactId >
156
- <version >2.2.10 </version >
156
+ <version >2.2.11 </version >
157
157
<scope >test</scope >
158
158
</dependency >
159
159
<dependency >
Original file line number Diff line number Diff line change @@ -130,12 +130,12 @@ limitations under the License.
130
130
<dependency >
131
131
<groupId >com.google.auth</groupId >
132
132
<artifactId >google-auth-library-credentials</artifactId >
133
- <version >0.5 .0</version >
133
+ <version >0.6 .0</version >
134
134
</dependency >
135
135
<dependency >
136
136
<groupId >com.google.auth</groupId >
137
137
<artifactId >google-auth-library-oauth2-http</artifactId >
138
- <version >0.5 .0</version >
138
+ <version >0.6 .0</version >
139
139
<exclusions >
140
140
<!-- Exclude an old version of guava that is being pulled
141
141
in by a transitive dependency of google-api-client -->
Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >com.google.apis</groupId >
41
41
<artifactId >google-api-services-storage</artifactId >
42
- <version >v1-rev89 -1.22.0</version >
42
+ <version >v1-rev90 -1.22.0</version >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >com.google.oauth-client</groupId >
Original file line number Diff line number Diff line change 66
66
<dependency >
67
67
<groupId >com.google.apis</groupId >
68
68
<artifactId >google-api-services-storage</artifactId >
69
- <version >v1-rev89 -1.22.0</version >
69
+ <version >v1-rev90 -1.22.0</version >
70
70
</dependency >
71
71
<dependency >
72
72
<groupId >com.google.http-client</groupId >
You can’t perform that action at this time.
0 commit comments