Skip to content

Commit

Permalink
Update maven-gpg-plugin to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Apr 11, 2024
1 parent 640a429 commit 5c7c56d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Airbase 155
- jacoco-maven-plugin 0.8.12 (from 0.8.11)
- maven-gpg-plugin 3.2.2 (from 3.2.1)
- maven-source-plugin 3.3.1 (from 3.3.0)
- maven-gpg-plugin 3.2.3 (from 3.2.2)
* Dependency updates:
- ASM 9.7 (from 9.6)
- spotbugs-annotations 4.8.4 (from 4.8.3)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
<configuration>
<useAgent>true</useAgent>
</configuration>
Expand Down

0 comments on commit 5c7c56d

Please sign in to comment.