Skip to content

Commit 499ca02

Browse files
authored
Merge pull request #358 from IGNF/315-deps
chore(deps): update tooling dependencies
2 parents 1b32e30 + 09ca65a commit 499ca02

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note that CI is configured throw [GitHub Actions](https://github.com/IGNF/valida
1414

1515
It relies on [.github/workflows/main.yml](.github/workflows/main.yml) which :
1616

17-
* Install OpenJDK 11 and maven
17+
* Install Java and maven
1818
* Install ogr2ogr
1919
* Run tests through [.ci/build-openjdk11.sh](.ci/build-openjdk11.sh)
2020

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@
4747
<!-- Testing -->
4848
<junit.version>4.13.2</junit.version>
4949
<jsonassert.version>1.5.3</jsonassert.version>
50-
<mockito.version>4.11.0</mockito.version>
50+
<mockito.version>5.12.0</mockito.version>
5151
<!-- Build and deploy -->
5252
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
53-
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
53+
<maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version>
54+
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
55+
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
5456
<!-- JDK 8 features -->
5557
<javax.annotation.version>1.3.2</javax.annotation.version>
5658
<javax.activation.version>1.1.1</javax.activation.version>
@@ -360,7 +362,7 @@
360362
<plugin>
361363
<groupId>org.apache.maven.plugins</groupId>
362364
<artifactId>maven-release-plugin</artifactId>
363-
<version>2.5.3</version>
365+
<version>${maven-release-plugin.version}</version>
364366
<configuration>
365367
<tagNameFormat>v@{project.version}</tagNameFormat>
366368
</configuration>
@@ -381,7 +383,7 @@
381383
<plugin>
382384
<groupId>org.jacoco</groupId>
383385
<artifactId>jacoco-maven-plugin</artifactId>
384-
<version>0.8.12</version>
386+
<version>${jacoco-maven-plugin.version}</version>
385387
</plugin>
386388

387389
</plugins>

validator-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<plugin>
5151
<groupId>org.apache.maven.plugins</groupId>
5252
<artifactId>maven-shade-plugin</artifactId>
53-
<version>2.4.3</version>
53+
<version>3.6.0</version>
5454
<executions>
5555
<execution>
5656
<phase>package</phase>

0 commit comments

Comments
 (0)