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 8454128d..1644f3e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,9 @@
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}