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

slachiewicz pushed a commit to branch maven-site-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/maven-site-plugin-3.x by this 
push:
     new c98704d4 [MSITE-1014] Bump org.apache.maven.plugins:maven-plugins from 
42 to 43
c98704d4 is described below

commit c98704d41b0990b77287af06410699cd5f434316
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 31 19:00:22 2024 +0200

    [MSITE-1014] Bump org.apache.maven.plugins:maven-plugins from 42 to 43
    
    Bumps 
[org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent)
 from 42 to 43.
    - [Release notes](https://github.com/apache/maven-parent/releases)
    - [Commits](https://github.com/apache/maven-parent/commits)
    
    ---
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sylwester Lachiewicz <[email protected]>
    (cherry picked from commit b7c35e8ca621fe4ec94b21a2700d31895faedd93)
---
 pom.xml                                                                 | 2 +-
 .../maven/plugins/site/render/CategorySummaryDocumentRenderer.java      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b8baa827..86f09b66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>42</version>
+    <version>43</version>
     <relativePath />
   </parent>
 
diff --git 
a/src/main/java/org/apache/maven/plugins/site/render/CategorySummaryDocumentRenderer.java
 
b/src/main/java/org/apache/maven/plugins/site/render/CategorySummaryDocumentRenderer.java
index d9966150..a150c6c6 100644
--- 
a/src/main/java/org/apache/maven/plugins/site/render/CategorySummaryDocumentRenderer.java
+++ 
b/src/main/java/org/apache/maven/plugins/site/render/CategorySummaryDocumentRenderer.java
@@ -59,6 +59,7 @@ public class CategorySummaryDocumentRenderer implements 
SitePluginReportDocument
 
     private final Log log;
 
+    @SuppressWarnings("checkstyle:parameternumber")
     public CategorySummaryDocumentRenderer(
             MojoExecution mojoExecution,
             DocumentRenderingContext docRenderingContext,

Reply via email to