File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
appengine/endpoints-frameworks-v2/backend Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 32
32
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
33
33
34
34
<endpoints .framework.version>2.0.5</endpoints .framework.version>
35
- <endpoints .management.version>1.0.2 </endpoints .management.version>
35
+ <endpoints .management.version>1.0.3 </endpoints .management.version>
36
36
37
37
<endpoints .project.id>YOUR_PROJECT_ID</endpoints .project.id>
38
38
<maven .compiler.target>1.7</maven .compiler.target>
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >com.google.apis</groupId >
25
25
<artifactId >google-api-services-bigquery</artifactId >
26
- <version >v2-rev342 -1.22.0</version >
26
+ <version >v2-rev343 -1.22.0</version >
27
27
<exclusions >
28
28
<exclusion > <!-- exclude an old version of Guava -->
29
29
<groupId >com.google.guava</groupId >
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ limitations under the License.
89
89
</dependency >
90
90
</dependencies >
91
91
<properties >
92
- <project .compute.version>v1-rev141 -1.22.0</project .compute.version>
92
+ <project .compute.version>v1-rev142 -1.22.0</project .compute.version>
93
93
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
94
94
</properties >
95
95
</project >
Original file line number Diff line number Diff line change 16
16
<dependency >
17
17
<groupId >com.google.apis</groupId >
18
18
<artifactId >google-api-services-cloudkms</artifactId >
19
- <version >v1-rev4 -1.22.0</version >
19
+ <version >v1-rev5 -1.22.0</version >
20
20
<exclusions >
21
21
<exclusion > <!-- exclude an old version of Guava -->
22
22
<groupId >com.google.guava</groupId >
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-rev104 -1.22.0</version >
42
+ <version >v1-rev105 -1.22.0</version >
43
43
<exclusions >
44
44
<exclusion > <!-- exclude an old version of Guava -->
45
45
<groupId >com.google.guava</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-rev104 -1.22.0</version >
69
+ <version >v1-rev105 -1.22.0</version >
70
70
<exclusions >
71
71
<exclusion > <!-- exclude an old version of Guava -->
72
72
<groupId >com.google.guava</groupId >
You can’t perform that action at this time.
0 commit comments