You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/08/05 12:47:48 UTC

[commons-parent] branch master updated: Bump maven-site-plugin from 3.12.0 to 3.12.1 (#132)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 4756e04  Bump maven-site-plugin from 3.12.0 to 3.12.1 (#132)
4756e04 is described below

commit 4756e044cfc6b09692d884952bdbc91e5e8cb528
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 5 08:47:44 2022 -0400

    Bump maven-site-plugin from 3.12.0 to 3.12.1 (#132)
    
    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>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dd8b945..3768ea0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
      org.apache.maven.plugins:maven-site-plugin:3.9.0:site:
      java.lang.NoSuchMethodError: org.codehaus.plexus.util.xml.Xpp3Dom.getInputLocation()Ljava/lang/Object;
     -->
-    <commons.site-plugin.version>3.12.0</commons.site-plugin.version>
+    <commons.site-plugin.version>3.12.1</commons.site-plugin.version>
     <commons.source-plugin.version>3.2.1</commons.source-plugin.version>
     <commons.spotbugs.plugin.version>4.7.1.1</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version>