File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
firebase-event-proxy/gae-firebase-event-proxy
serviceaccount-appengine-sample Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 69
69
<dependency >
70
70
<groupId >com.fasterxml.jackson.core</groupId >
71
71
<artifactId >jackson-databind</artifactId >
72
- <version >2.8.7 </version >
72
+ <version >2.9.0.pr1 </version >
73
73
</dependency >
74
74
75
75
<!-- Test Dependencies -->
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Copyright 2015 Google Inc.
21
21
<artifactId >appengine-images</artifactId >
22
22
23
23
<properties >
24
- <appengine .sdk.version>1.9.49 </appengine .sdk.version>
24
+ <appengine .sdk.version>1.9.50 </appengine .sdk.version>
25
25
</properties >
26
26
27
27
<parent >
Original file line number Diff line number Diff line change 30
30
</parent >
31
31
32
32
<properties >
33
- <appengine .sdk.version>1.9.49 </appengine .sdk.version>
33
+ <appengine .sdk.version>1.9.50 </appengine .sdk.version>
34
34
<appengine .app.version>1</appengine .app.version>
35
35
36
36
<project .http.version>1.19.0</project .http.version>
Original file line number Diff line number Diff line change 81
81
<dependency >
82
82
<groupId >com.google.apis</groupId >
83
83
<artifactId >google-api-services-monitoring</artifactId >
84
- <version >v3-rev388 -1.22.0</version >
84
+ <version >v3-rev389 -1.22.0</version >
85
85
</dependency >
86
86
<dependency >
87
87
<groupId >com.google.code.gson</groupId >
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ limitations under the License.
63
63
<dependency >
64
64
<groupId >io.netty</groupId >
65
65
<artifactId >netty-tcnative-boringssl-static</artifactId >
66
- <version >2.0.0.Beta6 </version >
66
+ <version >2.0.0.Beta7 </version >
67
67
<scope >runtime</scope >
68
68
</dependency >
69
69
<dependency >
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-rev97 -1.22.0</version >
42
+ <version >v1-rev98 -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-rev97 -1.22.0</version >
69
+ <version >v1-rev98 -1.22.0</version >
70
70
<exclusions >
71
71
<exclusion > <!-- exclude an old version of Guava -->
72
72
<groupId >com.google.guava</groupId >
Original file line number Diff line number Diff line change 33
33
<properties >
34
34
<maven .compiler.target>1.7</maven .compiler.target>
35
35
<maven .compiler.source>1.7</maven .compiler.source>
36
- <appengine .sdk.version>1.9.49 </appengine .sdk.version> <!-- TODO(): MOVE to /appengine -->
36
+ <appengine .sdk.version>1.9.50 </appengine .sdk.version> <!-- TODO(): MOVE to /appengine -->
37
37
<google-api-client .version>1.22.0</google-api-client .version>
38
38
<webappDirectory >${project.build.directory}/${project.build.finalName}
39
39
</webappDirectory >
Original file line number Diff line number Diff line change 31
31
<properties >
32
32
<maven .compiler.target>1.7</maven .compiler.target>
33
33
<maven .compiler.source>1.7</maven .compiler.source>
34
- <appengine .sdk.version>1.9.49 </appengine .sdk.version> <!-- TODO: MOVE TO /appengine -->
34
+ <appengine .sdk.version>1.9.50 </appengine .sdk.version> <!-- TODO: MOVE TO /appengine -->
35
35
<codehaus-versions-maven-plugin-version >2.3</codehaus-versions-maven-plugin-version >
36
36
<maven-war-plugin-version >3.0.0</maven-war-plugin-version >
37
37
</properties >
Original file line number Diff line number Diff line change 19
19
<properties >
20
20
<maven .compiler.target>1.7</maven .compiler.target>
21
21
<maven .compiler.source>1.7</maven .compiler.source>
22
- <appengine .sdk.version>1.9.49 </appengine .sdk.version> <!-- TODO: MOVE TO /appengine -->
22
+ <appengine .sdk.version>1.9.50 </appengine .sdk.version> <!-- TODO: MOVE TO /appengine -->
23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
<maven-war-plugin-version >3.0.0</maven-war-plugin-version >
25
25
<maven-compiler-plugin-version >2.5.1</maven-compiler-plugin-version >
You can’t perform that action at this time.
0 commit comments