You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2022/03/22 20:40:36 UTC

[camel-k-runtime] branch main updated: build(deps): bump maven-site-plugin from 3.10.0 to 3.11.0

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli 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 a7f35b3  build(deps): bump maven-site-plugin from 3.10.0 to 3.11.0
a7f35b3 is described below

commit a7f35b3b73534dcf27cf0b3fb74378660a5b15af
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 22 20:13:00 2022 +0000

    build(deps): bump maven-site-plugin from 3.10.0 to 3.11.0
    
    Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.10.0 to 3.11.0.
    - [Release notes](https://github.com/apache/maven-site-plugin/releases)
    - [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.10.0...maven-site-plugin-3.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-site-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 df47615..7792e9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
         <maven-clean-plugin-version>3.1.0</maven-clean-plugin-version>
         <maven-enforcer-plugin-version>3.0.0</maven-enforcer-plugin-version>
         <maven-resources-plugin-version>3.2.0</maven-resources-plugin-version>
-        <maven-site-plugin-version>3.10.0</maven-site-plugin-version>
+        <maven-site-plugin-version>3.11.0</maven-site-plugin-version>
         <maven-pmd-plugin-version>3.16.0</maven-pmd-plugin-version>
         <maven-pmd-plugin-asm-version>9.2</maven-pmd-plugin-asm-version>
         <maven-plugin-plugin-version>3.6.4</maven-plugin-plugin-version>