You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2022/05/01 18:40:09 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump maven-site-plugin from 3.11.0 to 3.12.0

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

hnoeth pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new cb273293dc build(deps): bump maven-site-plugin from 3.11.0 to 3.12.0
cb273293dc is described below

commit cb273293dcc4cde8ee8fbfe4afb15552a02baf08
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 28 16:47:51 2022 +0000

    build(deps): bump maven-site-plugin from 3.11.0 to 3.12.0
    
    Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.11.0 to 3.12.0.
    - [Release notes](https://github.com/apache/maven-site-plugin/releases)
    - [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.11.0...maven-site-plugin-3.12.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 4805b0376c..91e8c20381 100644
--- a/pom.xml
+++ b/pom.xml
@@ -777,7 +777,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.11.0</version>
+          <version>3.12.0</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>