File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Note that CI is configured throw [GitHub Actions](https://github.com/IGNF/valida
14
14
15
15
It relies on [ .github/workflows/main.yml] ( .github/workflows/main.yml ) which :
16
16
17
- * Install OpenJDK 11 and maven
17
+ * Install Java and maven
18
18
* Install ogr2ogr
19
19
* Run tests through [ .ci/build-openjdk11.sh] ( .ci/build-openjdk11.sh )
20
20
Original file line number Diff line number Diff line change 47
47
<!-- Testing -->
48
48
<junit .version>4.13.2</junit .version>
49
49
<jsonassert .version>1.5.3</jsonassert .version>
50
- <mockito .version>4.11 .0</mockito .version>
50
+ <mockito .version>5.12 .0</mockito .version>
51
51
<!-- Build and deploy -->
52
52
<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>
54
56
<!-- JDK 8 features -->
55
57
<javax .annotation.version>1.3.2</javax .annotation.version>
56
58
<javax .activation.version>1.1.1</javax .activation.version>
360
362
<plugin >
361
363
<groupId >org.apache.maven.plugins</groupId >
362
364
<artifactId >maven-release-plugin</artifactId >
363
- <version >2.5.3 </version >
365
+ <version >${maven-release-plugin.version} </version >
364
366
<configuration >
365
367
<tagNameFormat >v@{project.version}</tagNameFormat >
366
368
</configuration >
381
383
<plugin >
382
384
<groupId >org.jacoco</groupId >
383
385
<artifactId >jacoco-maven-plugin</artifactId >
384
- <version >0.8.12 </version >
386
+ <version >${jacoco-maven-plugin.version} </version >
385
387
</plugin >
386
388
387
389
</plugins >
Original file line number Diff line number Diff line change 50
50
<plugin >
51
51
<groupId >org.apache.maven.plugins</groupId >
52
52
<artifactId >maven-shade-plugin</artifactId >
53
- <version >2.4.3 </version >
53
+ <version >3.6.0 </version >
54
54
<executions >
55
55
<execution >
56
56
<phase >package</phase >
You can’t perform that action at this time.
0 commit comments