From 6d10b870a1554929ca660d1d86ac77ec83d3db80 Mon Sep 17 00:00:00 2001 From: Alexis Date: Mon, 15 Jul 2024 20:56:19 +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 5ce7ebe..fd67f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,10 @@ ### Notes - Add the `maven-pmd-plugin` plugin with `pmd-core` and `pmd-java` dependencies - 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 3501a84..08fa2c8 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.23.0 + 3.24.0 pmd-check @@ -170,7 +170,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.0 + 3.3.1 org.jacoco