|
69 | 69 | <scala.version>2.11.11</scala.version> |
70 | 70 | <scala.binary.version>2.11</scala.binary.version> |
71 | 71 | <spark.version>2.2.1</spark.version> |
72 | | - <flink.version>1.3.2</flink.version> |
| 72 | + <flink.version>1.4.0</flink.version> |
73 | 73 | <jena.version>3.5.0</jena.version> |
74 | 74 | <sansa.stack.version>0.2.0</sansa.stack.version> |
75 | 75 | <sansa.rdf.version>${sansa.stack.version}</sansa.rdf.version> |
|
222 | 222 | <dependency> |
223 | 223 | <groupId>org.jgrapht</groupId> |
224 | 224 | <artifactId>jgrapht-core</artifactId> |
225 | | - <version>1.0.1</version> |
| 225 | + <version>1.1.0</version> |
226 | 226 | </dependency> |
227 | 227 | <dependency> |
228 | 228 | <groupId>org.jgrapht</groupId> |
229 | 229 | <artifactId>jgrapht-ext</artifactId> |
230 | | - <version>1.0.1</version> |
| 230 | + <version>1.1.0</version> |
231 | 231 | </dependency> |
232 | 232 | <dependency> |
233 | 233 | <groupId>org.gephi</groupId> |
234 | 234 | <artifactId>gephi-toolkit</artifactId> |
235 | | - <version>0.9.1</version> |
| 235 | + <version>0.9.2</version> |
236 | 236 | </dependency> |
237 | 237 |
|
238 | 238 | <!-- Apache Calcite --> |
|
252 | 252 | <dependency> |
253 | 253 | <groupId>org.scalatest</groupId> |
254 | 254 | <artifactId>scalatest_${scala.binary.version}</artifactId> |
255 | | - <version>3.0.3</version> |
| 255 | + <version>3.0.4</version> |
| 256 | + <scope>test</scope> |
| 257 | + </dependency> |
| 258 | + <dependency> |
| 259 | + <groupId>org.specs2</groupId> |
| 260 | + <artifactId>specs2-core_${scala.binary.version}</artifactId> |
| 261 | + <version>4.0.2</version> |
| 262 | + <scope>test</scope> |
| 263 | + </dependency> |
| 264 | + <dependency> |
| 265 | + <groupId>org.specs2</groupId> |
| 266 | + <artifactId>specs2-junit_${scala.binary.version}</artifactId> |
| 267 | + <version>4.0.2</version> |
256 | 268 | <scope>test</scope> |
257 | 269 | </dependency> |
258 | 270 |
|
|
281 | 293 | <dependency> |
282 | 294 | <groupId>com.github.scopt</groupId> |
283 | 295 | <artifactId>scopt_${scala.binary.version}</artifactId> |
284 | | - <version>3.6.0</version> |
| 296 | + <version>3.7.0</version> |
285 | 297 | </dependency> |
286 | 298 |
|
287 | 299 | <!-- Config API --> |
288 | 300 | <dependency> |
289 | 301 | <groupId>com.typesafe</groupId> |
290 | 302 | <artifactId>config</artifactId> |
291 | | - <version>1.3.1</version> |
| 303 | + <version>1.3.2</version> |
292 | 304 | </dependency> |
293 | 305 |
|
294 | 306 |
|
|
311 | 323 | <plugin> |
312 | 324 | <groupId>net.alchim31.maven</groupId> |
313 | 325 | <artifactId>scala-maven-plugin</artifactId> |
314 | | - <version>3.2.2</version> |
| 326 | + <version>3.3.1</version> |
315 | 327 | <executions> |
316 | 328 | <execution> |
317 | 329 | <goals> |
|
357 | 369 |
|
358 | 370 | <plugin> |
359 | 371 | <artifactId>maven-compiler-plugin</artifactId> |
360 | | - <version>3.6.1</version> |
| 372 | + <version>3.7.0</version> |
361 | 373 | <configuration> |
362 | 374 | <source>${maven.compiler.source}</source> |
363 | 375 | <target>${maven.compiler.target}</target> |
|
369 | 381 | <plugin> |
370 | 382 | <groupId>org.apache.maven.plugins</groupId> |
371 | 383 | <artifactId>maven-surefire-plugin</artifactId> |
372 | | - <version>2.20</version> |
| 384 | + <version>2.20.1</version> |
373 | 385 | </plugin> |
374 | 386 |
|
375 | 387 | <!-- Scalatest --> |
376 | 388 | <plugin> |
377 | 389 | <groupId>org.scalatest</groupId> |
378 | 390 | <artifactId>scalatest-maven-plugin</artifactId> |
379 | | - <version>1.0</version> |
| 391 | + <version>2.0.0</version> |
380 | 392 | <configuration> |
381 | 393 | <tagsToExclude>net.sansa_stack.test.conformance.IntegrationTestSuite</tagsToExclude> |
382 | 394 | </configuration> |
|
386 | 398 | <plugin> |
387 | 399 | <groupId>com.amashchenko.maven.plugin</groupId> |
388 | 400 | <artifactId>gitflow-maven-plugin</artifactId> |
389 | | - <version>1.5.0</version> |
| 401 | + <version>1.8.0</version> |
390 | 402 |
|
391 | 403 | <configuration> |
392 | 404 | <installProject>false</installProject> |
|
408 | 420 | <plugin> |
409 | 421 | <groupId>org.codehaus.mojo</groupId> |
410 | 422 | <artifactId>versions-maven-plugin</artifactId> |
411 | | - <version>2.4</version> |
| 423 | + <version>2.5</version> |
412 | 424 | </plugin> |
413 | 425 |
|
414 | 426 | <plugin> |
415 | 427 | <groupId>org.apache.maven.plugins</groupId> |
416 | 428 | <artifactId>maven-enforcer-plugin</artifactId> |
417 | | - <version>1.4.1</version> |
| 429 | + <version>3.0.0-M1</version> |
418 | 430 | <executions> |
419 | 431 | <execution> |
420 | 432 | <id>enforce-versions</id> |
|
471 | 483 | <plugin> |
472 | 484 | <groupId>com.versioneye</groupId> |
473 | 485 | <artifactId>versioneye-maven-plugin</artifactId> |
474 | | - <version>3.11.2</version> |
| 486 | + <version>3.11.4</version> |
475 | 487 | </plugin> |
476 | 488 |
|
477 | 489 | <plugin> |
|
483 | 495 | <plugin> |
484 | 496 | <groupId>org.apache.maven.plugins</groupId> |
485 | 497 | <artifactId>maven-javadoc-plugin</artifactId> |
486 | | - <version>2.10.4</version> |
| 498 | + <version>3.0.0-M1</version> |
487 | 499 | </plugin> |
488 | 500 |
|
489 | 501 | <plugin> |
490 | 502 | <groupId>org.apache.maven.plugins</groupId> |
491 | 503 | <artifactId>maven-shade-plugin</artifactId> |
492 | | - <version>3.0.0</version> |
493 | | - </plugin> |
494 | | - |
495 | | - <plugin> |
496 | | - <groupId>org.apache.maven.plugins</groupId> |
497 | | - <artifactId>maven-surefire-plugin</artifactId> |
498 | | - <version>2.20</version> |
| 504 | + <version>3.1.0</version> |
499 | 505 | </plugin> |
500 | 506 |
|
501 | 507 | <plugin> |
|
505 | 511 |
|
506 | 512 | <plugin> |
507 | 513 | <artifactId>maven-assembly-plugin</artifactId> |
508 | | - <version>3.0.0</version> |
| 514 | + <version>3.1.0</version> |
509 | 515 | </plugin> |
510 | 516 |
|
511 | 517 | <plugin> |
512 | 518 | <artifactId>maven-dependency-plugin</artifactId> |
513 | | - <version>3.0.1</version> |
| 519 | + <version>3.0.2</version> |
514 | 520 | </plugin> |
515 | 521 |
|
516 | 522 | </plugins> |
|
0 commit comments