Skip to content

Commit

Permalink
Update some dependencies and plugins
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
AlexisJehan committed Mar 19, 2024
1 parent ee6827c commit 84f1e4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>
<version>1.319</version>
<version>1.320</version>
</dependency>
<dependency>
<groupId>com.infradna.tool</groupId>
Expand Down Expand Up @@ -254,7 +254,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<showDeprecation>true</showDeprecation>
<compilerArgs>
Expand Down Expand Up @@ -410,7 +410,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.7.0</version>
<version>3.7.1</version>
<executions>
<execution>
<id>assembly-single</id>
Expand All @@ -430,7 +430,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>gpg-sign</id>
Expand Down

0 comments on commit 84f1e4e

Please sign in to comment.