This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new b2fc6b84 build(deps): bump org.apache.maven.plugins:maven-gpg-plugin
b2fc6b84 is described below
commit b2fc6b8498fd30c8bd4c46959cd084fe4cecb7d8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 16 19:55:49 2024 +0000
build(deps): bump org.apache.maven.plugins:maven-gpg-plugin
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](https://github.com/apache/maven-gpg-plugin/compare/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]>
---
pom.xml | 2 +-
support/camel-k-runtime-bom/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 86b94880..5b6e0dd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
<mycila-license-version>4.5</mycila-license-version>
<maven-checkstyle-plugin-version>3.3.1</maven-checkstyle-plugin-version>
<maven-checkstyle-version>8.44</maven-checkstyle-version>
- <maven-gpg-plugin-version>3.2.4</maven-gpg-plugin-version>
+ <maven-gpg-plugin-version>3.2.5</maven-gpg-plugin-version>
<maven-deploy-plugin-version>3.1.2</maven-deploy-plugin-version>
<maven-javadoc-plugin-version>3.8.0</maven-javadoc-plugin-version>
<maven-source-plugin-version>3.2.1</maven-source-plugin-version>
diff --git a/support/camel-k-runtime-bom/pom.xml
b/support/camel-k-runtime-bom/pom.xml
index fc8c2706..7db4f44f 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -266,7 +266,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
- <version>3.2.4</version>
+ <version>3.2.5</version>
<configuration>
<passphrase>${gpg.passphrase}</passphrase>
<useAgent>${gpg.useagent}</useAgent>