This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 5b08747bb2c5ac809627de5f25ab272cfef5ac76
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 12 13:33:40 2024 -0400
Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 (#1738)
Bumps
[org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin)
from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
-
[Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit a3a2ae9b4891471d7e52ae08bc25ff8a8984b64d)
(cherry picked from commit bd25de4a1492d457465f119bd2f7d90e19ae3c62)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 012fc878cb..963ca22175 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,7 +356,7 @@
<!-- We want to sign the artifact, the POM, and all
attached artifacts -->
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
- <version>3.1.0</version>
+ <version>3.2.0</version>
<executions>
<execution>
<goals>