From 5c711b58e63440f8b233752aa187f0073e6cb484 Mon Sep 17 00:00:00 2001 From: MBorne Date: Thu, 8 Aug 2024 14:58:45 +0200 Subject: [PATCH 1/3] chore(deps): update dependency org.mockito:mockito-core to v5 (refs #315) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2672055b..8454128d 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ 4.13.2 1.5.3 - 4.11.0 + 5.12.0 3.13.0 2.22.2 From c0be9261031c63c254b80f7cf2b3aadacc6ad7c0 Mon Sep 17 00:00:00 2001 From: MBorne Date: Thu, 8 Aug 2024 15:29:15 +0200 Subject: [PATCH 2/3] chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3 (refs #315) --- validator-cli/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 09ca65a350c9b56a6af84cd4a9af72a88e690f1d Mon Sep 17 00:00:00 2001 From: MBorne Date: Thu, 8 Aug 2024 15:40:25 +0200 Subject: [PATCH 3/3] chore(deps): update dependency org.apache.maven.plugins:maven-release-plugin to v3 (refs #315) --- CONTRIBUTING.md | 2 +- pom.xml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) 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}