From f89248188ff2901d3a1d8a6b237627f5da060da1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 26 May 2024 12:45:47 +0200 Subject: [PATCH] =?utf8?q?=E2=AC=86=EF=B8=8F=20Update=20JUnit=20and=20Mave?= =?utf8?q?n=20plugins?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The JUnit update fixes a problem with coverage recording, see https://github.com/jacoco/jacoco/issues/1310#issuecomment-1118191086 and https://github.com/junit-team/junit4/issues/1652. --- pom.xml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 2a78f37..4a5d734 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ junit junit - 4.13.1 + 4.13.2 test @@ -52,14 +52,14 @@ org.apache.maven.wagon wagon-ssh-external - 2.9 + 3.5.3 org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.13.0 1.8 1.8 @@ -69,7 +69,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.1.1 + 3.6.3 attach-javadocs @@ -82,7 +82,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.1 attach-sources @@ -95,7 +95,7 @@ org.jacoco jacoco-maven-plugin - 0.8.5 + 0.8.12 default-prepare-agent @@ -135,6 +135,11 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 3.2.2 + -- 2.7.4