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 17f12f28 build(deps): bump org.apache.maven.plugins:maven-gpg-plugin
17f12f28 is described below
commit 17f12f2819e84622e54bef1ea5a43a0cedb9ffe4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 19 19:24:12 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.1 to 3.2.4.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
-
[Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.4)
---
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 c145a8ed..fa1d2d45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
<mycila-license-version>4.3</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.1</maven-gpg-plugin-version>
+ <maven-gpg-plugin-version>3.2.4</maven-gpg-plugin-version>
<maven-deploy-plugin-version>3.1.1</maven-deploy-plugin-version>
<maven-javadoc-plugin-version>3.6.3</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 ca04b754..099aff08 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.1</version>
+ <version>3.2.4</version>
<configuration>
<passphrase>${gpg.passphrase}</passphrase>
<useAgent>${gpg.useagent}</useAgent>