|
29 | 29 | </parent> |
30 | 30 |
|
31 | 31 | <properties> |
32 | | - <appengine.maven.plugin>1.3.0</appengine.maven.plugin> |
| 32 | + <appengine.maven.plugin>1.2.1</appengine.maven.plugin> |
33 | 33 | <maven.compiler.target>1.8</maven.compiler.target> |
34 | 34 | <maven.compiler.source>1.8</maven.compiler.source> |
35 | 35 | <failOnMissingWebXml>false</failOnMissingWebXml> |
|
49 | 49 | <dependency> |
50 | 50 | <groupId>com.google.cloud</groupId> |
51 | 51 | <artifactId>google-cloud-pubsub</artifactId> |
52 | | - <version>0.13.0-alpha</version> |
| 52 | + <version>0.17.1-alpha</version> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
55 | 55 | <groupId>com.google.cloud</groupId> |
56 | 56 | <artifactId>google-cloud-datastore</artifactId> |
57 | | - <version>0.13.0-beta</version> |
| 57 | + <version>1.0.0</version> |
58 | 58 | </dependency> |
59 | 59 | <!-- [END dependencies] --> |
60 | 60 |
|
61 | 61 | <!-- Test Dependencies --> |
62 | 62 | <dependency> |
63 | 63 | <groupId>com.google.appengine</groupId> |
64 | 64 | <artifactId>appengine-api-stubs</artifactId> |
65 | | - <version>1.9.38</version> |
| 65 | + <version>1.9.51</version> |
66 | 66 | <scope>test</scope> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>com.google.appengine</groupId> |
70 | 70 | <artifactId>appengine-tools-sdk</artifactId> |
71 | | - <version>1.9.38</version> |
| 71 | + <version>1.9.51</version> |
72 | 72 | <scope>test</scope> |
73 | 73 | </dependency> |
74 | 74 | <dependency> |
75 | 75 | <groupId>org.eclipse.jetty</groupId> |
76 | 76 | <artifactId>jetty-server</artifactId> |
77 | | - <version>9.4.3.v20170317</version> |
| 77 | + <version>9.4.4.v20170414</version> |
78 | 78 | </dependency> |
79 | 79 | <dependency> |
80 | 80 | <groupId>junit</groupId> |
|
90 | 90 | <dependency> |
91 | 91 | <groupId>org.eclipse.jetty</groupId> |
92 | 92 | <artifactId>jetty-servlet</artifactId> |
93 | | - <version>9.3.14.v20161028</version> |
| 93 | + <version>9.4.4.v20170414</version> |
94 | 94 | </dependency> |
95 | 95 | </dependencies> |
96 | 96 | <build> |
|
0 commit comments