Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.4...maven-gpg-plugin-3.2.5)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 12, 2024
1 parent a012aeb commit f2e6bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<dep.plugin.duplicate-finder.version>2.0.1</dep.plugin.duplicate-finder.version>
<dep.plugin.enforcer.version>3.5.0</dep.plugin.enforcer.version>
<dep.plugin.enforcer-extra.version>1.8.0</dep.plugin.enforcer-extra.version>
<dep.plugin.gpg.version>3.2.4</dep.plugin.gpg.version>
<dep.plugin.gpg.version>3.2.5</dep.plugin.gpg.version>
<dep.plugin.install.version>3.1.2</dep.plugin.install.version>
<dep.plugin.jacoco.version>0.8.12</dep.plugin.jacoco.version>
<dep.plugin.jar.version>3.4.2</dep.plugin.jar.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
<configuration>
<useAgent>true</useAgent>
</configuration>
Expand Down

0 comments on commit f2e6bfc

Please sign in to comment.