|
36 | 36 | <dependency> |
37 | 37 | <groupId>com.google.guava</groupId> |
38 | 38 | <artifactId>guava</artifactId> |
39 | | - <version>14.0.1</version> |
| 39 | + <version>15.0</version> |
40 | 40 | </dependency> |
41 | 41 |
|
42 | 42 | <dependency> |
43 | 43 | <groupId>org.codehaus.jackson</groupId> |
44 | 44 | <artifactId>jackson-core-asl</artifactId> |
45 | | - <!-- Leave at 1.9.2 for Cassandra compatibility --> |
46 | | - <version>1.9.2</version> |
| 45 | + <version>1.9.13</version> |
47 | 46 | </dependency> |
48 | 47 |
|
49 | 48 | <dependency> |
50 | 49 | <groupId>org.codehaus.jackson</groupId> |
51 | 50 | <artifactId>jackson-mapper-asl</artifactId> |
52 | | - <!-- Leave at 1.9.2 for Cassandra compatibility --> |
53 | | - <version>[1.9.2]</version> |
| 51 | + <version>1.9.13</version> |
54 | 52 | </dependency> |
55 | 53 |
|
56 | 54 | <dependency> |
|
79 | 77 | <dependency> |
80 | 78 | <groupId>org.testng</groupId> |
81 | 79 | <artifactId>testng</artifactId> |
82 | | - <version>6.8.1</version> |
| 80 | + <version>6.8.7</version> |
83 | 81 | <scope>test</scope> |
84 | 82 | </dependency> |
85 | 83 |
|
|
99 | 97 | <plugin> |
100 | 98 | <groupId>org.apache.maven.plugins</groupId> |
101 | 99 | <artifactId>maven-surefire-plugin</artifactId> |
102 | | - <version>2.14</version> |
| 100 | + <version>2.16</version> |
103 | 101 | <configuration> |
104 | 102 | <groups>unit</groups> |
105 | 103 | <useFile>false</useFile> |
|
131 | 129 | <plugin> |
132 | 130 | <groupId>org.apache.maven.plugins</groupId> |
133 | 131 | <artifactId>maven-surefire-plugin</artifactId> |
134 | | - <version>2.14</version> |
| 132 | + <version>2.16</version> |
135 | 133 | <configuration> |
136 | 134 | <groups>unit,short</groups> |
137 | 135 | <useFile>false</useFile> |
|
155 | 153 | <plugin> |
156 | 154 | <groupId>org.apache.maven.plugins</groupId> |
157 | 155 | <artifactId>maven-surefire-plugin</artifactId> |
158 | | - <version>2.14</version> |
| 156 | + <version>2.16</version> |
159 | 157 | <configuration> |
160 | 158 | <groups>unit,short,long</groups> |
161 | 159 | <useFile>false</useFile> |
|
179 | 177 | <plugin> |
180 | 178 | <groupId>org.apache.maven.plugins</groupId> |
181 | 179 | <artifactId>maven-surefire-plugin</artifactId> |
182 | | - <version>2.14</version> |
| 180 | + <version>2.16</version> |
183 | 181 | <configuration> |
184 | 182 | <groups>unit,short,long,duration</groups> |
185 | 183 | <useFile>false</useFile> |
|
203 | 201 | <plugin> |
204 | 202 | <groupId>org.apache.maven.plugins</groupId> |
205 | 203 | <artifactId>maven-surefire-plugin</artifactId> |
206 | | - <version>2.14</version> |
| 204 | + <version>2.16</version> |
207 | 205 | <configuration> |
208 | 206 | <groups>unit,doc</groups> |
209 | 207 | <useFile>false</useFile> |
|
0 commit comments