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 6c567726 build(deps): bump org.apache.maven.plugins:maven-gpg-plugin
6c567726 is described below
commit 6c567726b99c71fa6a8af2b95e9187d39b7956b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 16 19:15:37 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.5 to 3.2.6.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
-
[Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.5...maven-gpg-plugin-3.2.6)
---
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 76492f80..7f3bf7c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
<mycila-license-version>4.5</mycila-license-version>
<maven-checkstyle-plugin-version>3.5.0</maven-checkstyle-plugin-version>
<maven-checkstyle-version>8.44</maven-checkstyle-version>
- <maven-gpg-plugin-version>3.2.5</maven-gpg-plugin-version>
+ <maven-gpg-plugin-version>3.2.6</maven-gpg-plugin-version>
<maven-deploy-plugin-version>3.1.3</maven-deploy-plugin-version>
<maven-javadoc-plugin-version>3.10.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 26ce8c8b..18369abd 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.5</version>
+ <version>3.2.6</version>
<configuration>
<passphrase>${gpg.passphrase}</passphrase>
<useAgent>${gpg.useagent}</useAgent>