|
35 | 35 | <dependency> |
36 | 36 | <groupId>com.google.http-client</groupId> |
37 | 37 | <artifactId>google-http-client</artifactId> |
38 | | - <version>1.20.0</version> |
| 38 | + <version>1.21.0</version> |
39 | 39 | <scope>compile</scope> |
40 | 40 | </dependency> |
41 | 41 | <dependency> |
42 | 42 | <groupId>com.google.oauth-client</groupId> |
43 | 43 | <artifactId>google-oauth-client</artifactId> |
44 | | - <version>1.20.0</version> |
| 44 | + <version>1.21.0</version> |
45 | 45 | <scope>compile</scope> |
46 | 46 | </dependency> |
47 | 47 | <dependency> |
48 | 48 | <groupId>com.google.guava</groupId> |
49 | 49 | <artifactId>guava</artifactId> |
50 | | - <version>18.0</version> |
| 50 | + <version>19.0</version> |
51 | 51 | </dependency> |
52 | 52 | <dependency> |
53 | 53 | <groupId>com.google.api-client</groupId> |
54 | 54 | <artifactId>google-api-client-appengine</artifactId> |
55 | | - <version>1.20.0</version> |
| 55 | + <version>1.21.0</version> |
56 | 56 | <scope>compile</scope> |
57 | 57 | <exclusions> |
58 | 58 | <exclusion> |
|
64 | 64 | <dependency> |
65 | 65 | <groupId>com.google.http-client</groupId> |
66 | 66 | <artifactId>google-http-client-jackson</artifactId> |
67 | | - <version>1.20.0</version> |
| 67 | + <version>1.21.0</version> |
68 | 68 | <scope>compile</scope> |
69 | 69 | <exclusions> |
70 | 70 | <exclusion> |
|
82 | 82 | <dependency> |
83 | 83 | <groupId>joda-time</groupId> |
84 | 84 | <artifactId>joda-time</artifactId> |
85 | | - <version>2.8.2</version> |
| 85 | + <version>2.9.2</version> |
86 | 86 | <scope>compile</scope> |
87 | 87 | </dependency> |
88 | 88 | <dependency> |
89 | 89 | <groupId>org.json</groupId> |
90 | 90 | <artifactId>json</artifactId> |
91 | | - <version>20090211</version> |
| 91 | + <version>20151123</version> |
92 | 92 | <scope>compile</scope> |
93 | 93 | </dependency> |
94 | 94 | <dependency> |
95 | 95 | <groupId>org.easymock</groupId> |
96 | 96 | <artifactId>easymock</artifactId> |
97 | | - <version>3.3</version> |
| 97 | + <version>3.4</version> |
98 | 98 | <scope>test</scope> |
99 | 99 | </dependency> |
100 | 100 | </dependencies> |
|
0 commit comments