|
362 | 362 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
363 | 363 | <enforce-javaee-provided.fail>true</enforce-javaee-provided.fail>
|
364 | 364 | <slf4j.version>1.7.36</slf4j.version>
|
365 |
| - <logback.version>1.2.11</logback.version> |
| 365 | + <logback.version>1.2.12</logback.version> |
366 | 366 | <log4j.version>2.17.2</log4j.version>
|
367 | 367 | <httpclient.version>4.5.14</httpclient.version>
|
368 |
| - <jackson.version>2.13.4</jackson.version> |
| 368 | + <jackson.version>2.13.5</jackson.version> |
369 | 369 | <httpcore.version>4.4.16</httpcore.version>
|
370 | 370 | <jsonldjava.version>0.13.4</jsonldjava.version>
|
371 | 371 | <last.japicmp.compare.version>4.0.0</last.japicmp.compare.version>
|
372 |
| - <jaxb.version>2.3.3</jaxb.version> |
373 |
| - <lwjgl.version>3.3.1</lwjgl.version> |
| 372 | + <jaxb.version>2.3.8</jaxb.version> |
| 373 | + <lwjgl.version>3.3.3</lwjgl.version> |
374 | 374 | <lucene.version>8.9.0</lucene.version>
|
375 | 375 | <solr.version>8.9.0</solr.version>
|
376 | 376 | <elasticsearch.version>7.15.2</elasticsearch.version>
|
377 |
| - <spring.version>5.3.23</spring.version> |
378 |
| - <guava.version>30.1.1-jre</guava.version> |
379 |
| - <jmhVersion>1.35</jmhVersion> |
| 377 | + <spring.version>5.3.30</spring.version> |
| 378 | + <guava.version>32.1.2-jre</guava.version> |
| 379 | + <jmhVersion>1.37</jmhVersion> |
380 | 380 | <servlet.version>3.1.0</servlet.version>
|
381 |
| - <junit.version>5.8.2</junit.version> |
382 |
| - <jetty.version>9.4.50.v20221201</jetty.version> |
| 381 | + <junit.version>5.9.2</junit.version> |
| 382 | + <jetty.version>9.4.52.v20230823</jetty.version> |
383 | 383 | </properties>
|
384 | 384 | <dependencyManagement>
|
385 | 385 | <dependencies>
|
386 | 386 | <!-- Jackson Bill-of-Materials -->
|
387 | 387 | <dependency>
|
388 | 388 | <groupId>com.fasterxml.jackson</groupId>
|
389 | 389 | <artifactId>jackson-bom</artifactId>
|
390 |
| - <version>2.13.4.20221013</version> |
| 390 | + <version>${jackson.version}</version> |
391 | 391 | <type>pom</type>
|
392 | 392 | <scope>import</scope>
|
393 | 393 | </dependency>
|
|
488 | 488 | <dependency>
|
489 | 489 | <groupId>org.locationtech.jts</groupId>
|
490 | 490 | <artifactId>jts-core</artifactId>
|
491 |
| - <version>1.18.1</version> |
| 491 | + <version>1.18.2</version> |
492 | 492 | </dependency>
|
493 | 493 | <dependency>
|
494 | 494 | <groupId>com.google.guava</groupId>
|
|
575 | 575 | <dependency>
|
576 | 576 | <groupId>org.mockito</groupId>
|
577 | 577 | <artifactId>mockito-core</artifactId>
|
578 |
| - <version>3.8.0</version> |
| 578 | + <version>4.11.0</version> |
579 | 579 | </dependency>
|
580 | 580 | <dependency>
|
581 | 581 | <groupId>org.mockito</groupId>
|
582 | 582 | <artifactId>mockito-junit-jupiter</artifactId>
|
583 |
| - <version>3.8.0</version> |
| 583 | + <version>4.11.0</version> |
584 | 584 | </dependency>
|
585 | 585 | <dependency>
|
586 | 586 | <groupId>org.mock-server</groupId>
|
|
590 | 590 | <dependency>
|
591 | 591 | <groupId>org.assertj</groupId>
|
592 | 592 | <artifactId>assertj-core</artifactId>
|
593 |
| - <version>3.19.0</version> |
| 593 | + <version>3.24.2</version> |
594 | 594 | </dependency>
|
595 | 595 | <dependency>
|
596 | 596 | <groupId>com.github.jsonld-java</groupId>
|
|
623 | 623 | <dependency>
|
624 | 624 | <groupId>org.mapdb</groupId>
|
625 | 625 | <artifactId>mapdb</artifactId>
|
626 |
| - <version>1.0.8</version> |
| 626 | + <version>1.0.9</version> |
627 | 627 | </dependency>
|
628 | 628 | </dependencies>
|
629 | 629 | </dependencyManagement>
|
|
791 | 791 | <plugin>
|
792 | 792 | <groupId>org.apache.maven.plugins</groupId>
|
793 | 793 | <artifactId>maven-surefire-plugin</artifactId>
|
794 |
| - <version>3.0.0-M7</version> |
| 794 | + <version>3.1.2</version> |
795 | 795 | <configuration>
|
796 | 796 | <encoding>UTF-8</encoding>
|
797 | 797 | <argLine>-Xmx2048M</argLine>
|
|
800 | 800 | <plugin>
|
801 | 801 | <groupId>org.apache.maven.plugins</groupId>
|
802 | 802 | <artifactId>maven-failsafe-plugin</artifactId>
|
803 |
| - <version>3.0.0-M7</version> |
| 803 | + <version>3.1.2</version> |
804 | 804 | <configuration>
|
805 | 805 | <encoding>UTF-8</encoding>
|
806 | 806 | <forkCount>1</forkCount>
|
|
1010 | 1010 | <ignoreClass>org.junit.*</ignoreClass>
|
1011 | 1011 | <!-- mockserver-junit-jupiter-no-dependencies contains these classes -->
|
1012 | 1012 | <ignoreClass>org.slf4j.*</ignoreClass>
|
| 1013 | + <!-- mockserver-junit-jupiter-no-dependencies contains these classes --> |
| 1014 | + <ignoreClass>org.opentest4j.*</ignoreClass> |
1013 | 1015 | </ignoreClasses>
|
1014 | 1016 | <ignoreWhenIdentical>true</ignoreWhenIdentical>
|
1015 | 1017 | </banDuplicateClasses>
|
|
0 commit comments