From 84f1e4eb9d51fe7154499245f27a431a70b04862 Mon Sep 17 00:00:00 2001 From: Alexis Date: Tue, 19 Mar 2024 13:52:18 +0100 Subject: [PATCH] Update some dependencies and plugins - Update the github-api dependency to 1.320 - Update the maven-assembly-plugin plugin to 3.7.1 - Update the maven-gpg-plugin plugin to 3.2.1 --- CHANGELOG.md | 6 +++--- pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d0f40..fce1c19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,11 @@ - Fix missing artifacts from a _Maven_ dependency with the `import` scope ### Notes -- Update the `github-api` dependency to `1.319` +- Update the `github-api` dependency to `1.320` - Update `log4j-api`, `log4j-core`, `log4j-jul` and `log4j-slf4j-impl` dependencies to `2.23.1` - Update `mockito-core` and `mockito-junit-jupiter` dependencies to `5.11.0` -- Update the `maven-assembly-plugin` plugin to `3.7.0` -- Update the `maven-gpg-plugin` plugin to `3.2.0` +- Update the `maven-assembly-plugin` plugin to `3.7.1` +- Update the `maven-gpg-plugin` plugin to `3.2.1` ## [1.5.0](https://github.com/AlexisJehan/MvnCheck/releases/tag/v1.5.0) (2024-02-09) diff --git a/pom.xml b/pom.xml index 42b3bd1..2627b90 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,7 @@ org.kohsuke github-api - 1.319 + 1.320 com.infradna.tool @@ -254,7 +254,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.12.1 + 3.13.0 true @@ -410,7 +410,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.7.0 + 3.7.1 assembly-single @@ -430,7 +430,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.0 + 3.2.1 gpg-sign