From 2a58a067e4de198ae727f5c916722ece9bee02e5 Mon Sep 17 00:00:00 2001 From: Alexis Date: Fri, 2 Feb 2024 09:28:15 +0100 Subject: [PATCH] Update some dependencies and plugins - Update the assertj-core dependency to 3.25.2 - Update the maven-surefire-plugin plugin to 3.2.5 --- CHANGELOG.md | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d51e0d..939b6cf 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.1` -- Update the `assertj-core` dependency to `3.25.1` +- Update the `assertj-core` dependency to `3.25.2` - Update the `license-maven-plugin` plugin to `4.3` - Update the `maven-compiler-plugin` plugin to `3.12.1` -- Update the `maven-surefire-plugin` plugin to `3.2.3` +- Update the `maven-surefire-plugin` plugin to `3.2.5` - Update the `jacoco-maven-plugin` plugin to `0.8.11` - Update the `maven-source-plugin` plugin to `3.3.0` - Update the `maven-javadoc-plugin` plugin to `3.6.3` diff --git a/pom.xml b/pom.xml index 7400ae0..6340b80 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ org.assertj assertj-core - 3.25.1 + 3.25.2 test @@ -176,7 +176,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.3 + 3.2.5 org.jacoco