From: David ‘Bombe’ Roden Date: Sun, 26 May 2024 10:45:47 +0000 (+0200) Subject: ⬆️ Update JUnit and Maven plugins X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=f89248188ff2901d3a1d8a6b237627f5da060da1;p=jFCPlib.git ⬆️ Update JUnit and Maven plugins 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. --- 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 +