From 916efc24249da056baebba7dc3e41859c5acb23b Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Thu, 20 Oct 2022 16:53:03 +0100 Subject: [PATCH 1/2] =?UTF-8?q?fix(deps):=20Suppression=20des=20d=C3=A9pen?= =?UTF-8?q?dances=20transitives=20JUnit=20=20=F0=9F=92=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #139 --- pom.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 02dc3f6..9874e5f 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ UTF-8 - 1.8 + 11 7.2 5.3.23 @@ -37,7 +37,7 @@ 2.22.2 2.22.2 0.8.8 - + opt-nc https://sonarcloud.io @@ -80,18 +80,21 @@ org.junit.jupiter junit-jupiter-engine ${junit-jupiter.version} + test org.junit.jupiter junit-jupiter ${junit-jupiter.version} + test org.junit.jupiter junit-jupiter-api ${junit-jupiter.version} + test @@ -105,15 +108,10 @@ - org.apache.maven.plugins maven-compiler-plugin ${maven-compiler-plugin.version} - - ${java.version} - ${java.version} - From faf9f96b6fb22a06686dae5302e593d8e900c5f9 Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Thu, 20 Oct 2022 16:57:53 +0100 Subject: [PATCH 2/2] =?UTF-8?q?fix(deps):=20Suppression=20des=20d=C3=A9pen?= =?UTF-8?q?dances=20transitives=20JUnit=20=20=F0=9F=92=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #139 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9874e5f..405d480 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ UTF-8 - 11 + 1.8 7.2 5.3.23