This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 7770f8ae1a79cac9a00dc045f25d8c081ff60772
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 10 08:22:08 2023 -0400
Bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#1267)
Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from
3.0.1 to 3.1.0.
-
[Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.0.1...maven-gpg-plugin-3.1.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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cf700f76bf..b2cf373191 100644
--- a/pom.xml
+++ b/pom.xml
@@ -355,7 +355,7 @@
<!-- We want to sign the artifact, the POM, and all
attached artifacts -->
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
- <version>3.0.1</version>
+ <version>3.1.0</version>
<executions>
<execution>
<goals>