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/08/05 17:15:33 UTC

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

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 5fab9a58 build(deps): bump maven-site-plugin from 3.12.0 to 3.12.1
5fab9a58 is described below

commit 5fab9a58baf145705061573bdc266b6221175a1a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 4 19:02:52 2022 +0000

    build(deps): bump maven-site-plugin from 3.12.0 to 3.12.1
    
    Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.12.0 to 3.12.1.
    - [Release notes](https://github.com/apache/maven-site-plugin/releases)
    - [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.12.0...maven-site-plugin-3.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-site-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 139ceaaa..82913a00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
         <maven-clean-plugin-version>3.2.0</maven-clean-plugin-version>
         <maven-enforcer-plugin-version>3.1.0</maven-enforcer-plugin-version>
         <maven-resources-plugin-version>3.3.0</maven-resources-plugin-version>
-        <maven-site-plugin-version>3.12.0</maven-site-plugin-version>
+        <maven-site-plugin-version>3.12.1</maven-site-plugin-version>
         <maven-pmd-plugin-version>3.17.0</maven-pmd-plugin-version>
         <maven-pmd-plugin-asm-version>9.3</maven-pmd-plugin-asm-version>
         <maven-plugin-plugin-version>3.6.4</maven-plugin-plugin-version>