diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62272280..47d1c09b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Note that CI is configured throw [GitHub Actions](https://github.com/IGNF/valida It relies on [.github/workflows/main.yml](.github/workflows/main.yml) which : -* Install OpenJDK 11 and maven +* Install Java and maven * Install ogr2ogr * Run tests through [.ci/build-openjdk11.sh](.ci/build-openjdk11.sh) diff --git a/pom.xml b/pom.xml index 2672055b..1644f3e1 100644 --- a/pom.xml +++ b/pom.xml @@ -47,10 +47,12 @@ 4.13.2 1.5.3 - 4.11.0 + 5.12.0 3.13.0 - 2.22.2 + 3.3.1 + 3.1.1 + 0.8.12 1.3.2 1.1.1 @@ -360,7 +362,7 @@ org.apache.maven.plugins maven-release-plugin - 2.5.3 + ${maven-release-plugin.version} v@{project.version} @@ -381,7 +383,7 @@ org.jacoco jacoco-maven-plugin - 0.8.12 + ${jacoco-maven-plugin.version} diff --git a/validator-cli/pom.xml b/validator-cli/pom.xml index 5e4cb7c2..794dd91d 100644 --- a/validator-cli/pom.xml +++ b/validator-cli/pom.xml @@ -50,7 +50,7 @@ org.apache.maven.plugins maven-shade-plugin - 2.4.3 + 3.6.0 package