From 736243b821c08bc9974d18205a3da8a2b13e6883 Mon Sep 17 00:00:00 2001 From: Alexis Date: Mon, 15 Jul 2024 20:55:47 +0200 Subject: [PATCH] Update plugins - Update the maven-pmd-plugin plugin to 3.24.0 - Update the maven-surefire-plugin plugin to 3.3.1 --- CHANGELOG.md | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e6560..7139b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ - Add the `maven-pmd-plugin` plugin with `pmd-core` and `pmd-java` dependencies - Update the `javanilla` dependency to `1.8.0` - Update the `junit-jupiter` dependency to `5.10.3` -- Update the `assertj-core` dependency to `3.26.0` +- Update the `assertj-core` dependency to `3.26.3` - Update the `license-maven-plugin` plugin to `4.5` - Update the `maven-compiler-plugin` plugin to `3.13.0` -- Update the `maven-surefire-plugin` plugin to `3.3.0` +- Update the `maven-surefire-plugin` plugin to `3.3.1` - Update the `jacoco-maven-plugin` plugin to `0.8.12` - Update the `maven-source-plugin` plugin to `3.3.1` - Update the `maven-javadoc-plugin` plugin to `3.7.0` diff --git a/pom.xml b/pom.xml index df29b48..29980d1 100644 --- a/pom.xml +++ b/pom.xml @@ -130,7 +130,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.23.0 + 3.24.0 pmd-check @@ -176,7 +176,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.0 + 3.3.1 org.jacoco