From 5da337ca117c9d6edcb4636e5904b06a14884b84 Mon Sep 17 00:00:00 2001 From: Alexis Date: Mon, 3 Jun 2024 19:36:32 +0200 Subject: [PATCH] Update dependencies and plugins - Update the assertj-core dependency to 3.26.0 - Update the license-maven-plugin plugin to 4.5 - Update the maven-javadoc-plugin plugin to 3.7.0 --- CHANGELOG.md | 6 +++--- pom.xml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ba8060..403347a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,13 @@ - 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.2` -- Update the `assertj-core` dependency to `3.25.3` -- Update the `license-maven-plugin` plugin to `4.3` +- Update the `assertj-core` dependency to `3.26.0` +- 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.2.5` - 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.6.3` +- Update the `maven-javadoc-plugin` plugin to `3.7.0` - Update the `maven-gpg-plugin` plugin to `3.2.4` - Migrate the continuous integration from _Travis CI_ to _GitHub Actions_ diff --git a/pom.xml b/pom.xml index af60279..1415130 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ org.assertj assertj-core - 3.25.3 + 3.26.0 test @@ -103,7 +103,7 @@ com.mycila license-maven-plugin - 4.3 + 4.5 license-check @@ -144,12 +144,12 @@ net.sourceforge.pmd pmd-core - 7.1.0 + 7.2.0 net.sourceforge.pmd pmd-java - 7.1.0 + 7.2.0 @@ -226,7 +226,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.7.0 javadoc-jar