Skip to content

Commit

Permalink
Update dependencies and plugins
Browse files Browse the repository at this point in the history
- Update the github-api dependency to 1.326
- Update the maven-gpg-plugin plugin to 3.2.6
  • Loading branch information
AlexisJehan committed Sep 18, 2024
1 parent 16e83b5 commit 4107593
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- Add the `maven-resolver-supplier` dependency
- Update the `maven-core` dependency to `3.9.9`
- Update the `gradle-tooling-api` dependency to `8.10.1`
- Update the `github-api` dependency to `1.324`
- Update the `github-api` dependency to `1.326`
- Update the `commons-cli` dependency to `1.9.0`
- Update `log4j-api`, `log4j-core`, `log4j-jul` and `log4j-slf4j-impl` dependencies to `2.24.0`
- Update the `junit-jupiter` dependency to `5.11.0`
Expand All @@ -29,7 +29,7 @@
- Update `pmd-core` and `pmd-java` dependencies to `7.5.0`
- Update `maven-surefire-plugin` and `maven-failsafe-plugin` plugins to `3.5.0`
- Update the `maven-javadoc-plugin` plugin to `3.10.0`
- Update the `maven-gpg-plugin` plugin to `3.2.5`
- Update the `maven-gpg-plugin` plugin to `3.2.6`
- Remove `maven-resolver-connector-basic` and `maven-resolver-transport-http` dependencies

## [1.6.2](https://github.com/AlexisJehan/MvnCheck/releases/tag/v1.6.2) (2024-07-16)
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,18 @@
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>
<version>1.324</version>
<version>1.326</version>
</dependency>
<dependency>
<groupId>com.infradna.tool</groupId>
<artifactId>bridge-method-annotation</artifactId> <!-- From the "jenkins" repository -->
<version>1.29</version> <!-- Based on "org.kohsuke:github-api:1.324" -->
<version>1.29</version> <!-- Based on "org.kohsuke:github-api:1.326" -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.8.6</version> <!-- Based on "org.kohsuke:github-api:1.324" -->
<version>4.8.6</version> <!-- Based on "org.kohsuke:github-api:1.326" -->
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -451,7 +451,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>
<executions>
<execution>
<id>gpg-sign</id>
Expand Down

0 comments on commit 4107593

Please sign in to comment.