From ff2b8c953acd3aef20dae1fabca14b86f339f7d9 Mon Sep 17 00:00:00 2001 From: Alexis Date: Fri, 4 Oct 2024 20:51:24 +0200 Subject: [PATCH] Update dependencies and plugins - Update the junit-jupiter dependency to 5.11.2 - Update the maven-javadoc-plugin plugin to 3.10.1 - Update the maven-gpg-plugin plugin to 3.2.7 --- CHANGELOG.md | 6 +++--- pom.xml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0c96b..6993693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,15 @@ ### Notes - 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.11.1` +- Update the `junit-jupiter` dependency to `5.11.2` - Update the `assertj-core` dependency to `3.26.3` - Update the `license-maven-plugin` plugin to `4.6` - Update the `maven-compiler-plugin` plugin to `3.13.0` - Update the `maven-surefire-plugin` plugin to `3.5.0` - 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.10.0` -- Update the `maven-gpg-plugin` plugin to `3.2.6` +- Update the `maven-javadoc-plugin` plugin to `3.10.1` +- Update the `maven-gpg-plugin` plugin to `3.2.7` - Migrate the continuous integration from _Travis CI_ to _GitHub Actions_ ## [1.0.0](https://github.com/AlexisJehan/DsvMender/releases/tag/v1.0.0) (2019-04-22) diff --git a/pom.xml b/pom.xml index c450192..44633ee 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,7 @@ org.junit.jupiter junit-jupiter - 5.11.1 + 5.11.2 test @@ -144,12 +144,12 @@ net.sourceforge.pmd pmd-core - 7.5.0 + 7.6.0 net.sourceforge.pmd pmd-java - 7.5.0 + 7.6.0 @@ -226,7 +226,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.10.0 + 3.10.1 javadoc-jar @@ -243,7 +243,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.6 + 3.2.7 gpg-sign