|
4 | 4 |
|
5 | 5 | <groupId>com.arangodb</groupId>
|
6 | 6 | <artifactId>velocypack</artifactId>
|
7 |
| - <version>2.3.0</version> |
| 7 | + <version>2.3.1-SNAPSHOT</version> |
8 | 8 | <inceptionYear>2017</inceptionYear>
|
9 | 9 | <packaging>jar</packaging>
|
10 | 10 |
|
|
22 | 22 |
|
23 | 23 | <properties>
|
24 | 24 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
25 |
| - <slf4j-api.version>1.7.13</slf4j-api.version> |
26 |
| - <logback-classic.version>1.1.3</logback-classic.version> |
27 |
| - <hamcrest-all.version>1.3</hamcrest-all.version> |
28 |
| - <junit.version>4.12</junit.version> |
29 |
| - <jmh.version>1.21</jmh.version> |
30 | 25 | </properties>
|
31 | 26 |
|
32 | 27 | <developers>
|
|
196 | 191 | <dependency>
|
197 | 192 | <groupId>org.slf4j</groupId>
|
198 | 193 | <artifactId>slf4j-api</artifactId>
|
| 194 | + <version>1.7.30</version> |
199 | 195 | </dependency>
|
200 | 196 | <dependency>
|
201 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
202 |
| - <artifactId>jackson-core</artifactId> |
203 |
| - </dependency> |
| 197 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 198 | + <artifactId>jackson-core</artifactId> |
| 199 | + <version>2.9.10</version> |
| 200 | + </dependency> |
204 | 201 | <dependency>
|
205 | 202 | <groupId>ch.qos.logback</groupId>
|
206 | 203 | <artifactId>logback-classic</artifactId>
|
| 204 | + <version>1.2.3</version> |
207 | 205 | <scope>test</scope>
|
208 | 206 | </dependency>
|
209 |
| - <dependency> |
| 207 | + <dependency> |
210 | 208 | <groupId>junit</groupId>
|
211 | 209 | <artifactId>junit</artifactId>
|
| 210 | + <version>4.13</version> |
212 | 211 | <scope>test</scope>
|
213 | 212 | </dependency>
|
214 | 213 | <dependency>
|
215 | 214 | <groupId>org.hamcrest</groupId>
|
216 | 215 | <artifactId>hamcrest-all</artifactId>
|
| 216 | + <version>1.3</version> |
217 | 217 | <scope>test</scope>
|
218 | 218 | </dependency>
|
219 | 219 | <dependency>
|
220 | 220 | <groupId>org.openjdk.jmh</groupId>
|
221 | 221 | <artifactId>jmh-core</artifactId>
|
| 222 | + <version>1.22</version> |
222 | 223 | <scope>test</scope>
|
223 | 224 | </dependency>
|
224 | 225 | <dependency>
|
225 | 226 | <groupId>org.openjdk.jmh</groupId>
|
226 | 227 | <artifactId>jmh-generator-annprocess</artifactId>
|
| 228 | + <version>1.22</version> |
227 | 229 | <scope>test</scope>
|
228 | 230 | </dependency>
|
229 | 231 | <dependency>
|
|
240 | 242 | </dependency>
|
241 | 243 | </dependencies>
|
242 | 244 |
|
243 |
| - <dependencyManagement> |
244 |
| - <dependencies> |
245 |
| - <dependency> |
246 |
| - <groupId>org.slf4j</groupId> |
247 |
| - <artifactId>slf4j-api</artifactId> |
248 |
| - <version>${slf4j-api.version}</version> |
249 |
| - </dependency> |
250 |
| - <dependency> |
251 |
| - <groupId>com.fasterxml.jackson</groupId> |
252 |
| - <artifactId>jackson-bom</artifactId> |
253 |
| - <version>2.9.10.20200223</version> |
254 |
| - <scope>import</scope> |
255 |
| - <type>pom</type> |
256 |
| - </dependency> |
257 |
| - <dependency> |
258 |
| - <groupId>ch.qos.logback</groupId> |
259 |
| - <artifactId>logback-classic</artifactId> |
260 |
| - <version>${logback-classic.version}</version> |
261 |
| - </dependency> |
262 |
| - <dependency> |
263 |
| - <groupId>junit</groupId> |
264 |
| - <artifactId>junit</artifactId> |
265 |
| - <version>${junit.version}</version> |
266 |
| - </dependency> |
267 |
| - <dependency> |
268 |
| - <groupId>org.hamcrest</groupId> |
269 |
| - <artifactId>hamcrest-all</artifactId> |
270 |
| - <version>${hamcrest-all.version}</version> |
271 |
| - </dependency> |
272 |
| - <dependency> |
273 |
| - <groupId>org.openjdk.jmh</groupId> |
274 |
| - <artifactId>jmh-core</artifactId> |
275 |
| - <version>${jmh.version}</version> |
276 |
| - <scope>test</scope> |
277 |
| - </dependency> |
278 |
| - <dependency> |
279 |
| - <groupId>org.openjdk.jmh</groupId> |
280 |
| - <artifactId>jmh-generator-annprocess</artifactId> |
281 |
| - <version>${jmh.version}</version> |
282 |
| - <scope>test</scope> |
283 |
| - </dependency> |
284 |
| - </dependencies> |
285 |
| - </dependencyManagement> |
286 |
| - |
287 | 245 | <scm>
|
288 | 246 | <url>https://github.com/arangodb/java-velocypack</url>
|
289 | 247 | <connection>scm:git:git://github.com/arangodb/java-velocypack.git</connection>
|
|
0 commit comments