You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2024/01/11 08:25:38 UTC

(camel-k-runtime) branch main updated: build(deps): bump org.apache.maven.plugins:maven-plugin-plugin

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 ab2380d0 build(deps): bump org.apache.maven.plugins:maven-plugin-plugin
ab2380d0 is described below

commit ab2380d0b3494fba808d0676e71a384057698f4c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 10 20:56:45 2024 +0000

    build(deps): bump org.apache.maven.plugins:maven-plugin-plugin
    
    Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.10.2 to 3.11.0.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-plugin-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9d62970a..37ea6892 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
         <maven-pmd-plugin-version>3.21.2</maven-pmd-plugin-version>
         <maven-pmd-plugin-asm-version>9.6</maven-pmd-plugin-asm-version>
         <maven-pmd-plugin-shared-utils-version>3.4.2</maven-pmd-plugin-shared-utils-version>
-        <maven-plugin-plugin-version>3.10.2</maven-plugin-plugin-version>
+        <maven-plugin-plugin-version>3.11.0</maven-plugin-plugin-version>
         <maven-plugin-api-version>3.6.3</maven-plugin-api-version>
         <maven-plugin-tools-version>3.10.2</maven-plugin-tools-version>
         <maven-shaded-version>3.3.2</maven-shaded-version>