Skip to content

Commit

Permalink
[MSITE-1014] Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (
Browse files Browse the repository at this point in the history
#196)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sylwester Lachiewicz <slachiewicz@apache.org>
  • Loading branch information
dependabot[bot] authored Aug 31, 2024
1 parent 6d94fed commit b7c35e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public class CategorySummaryDocumentRenderer implements SitePluginReportDocument

private final Log log;

@SuppressWarnings("checkstyle:parameternumber")
public CategorySummaryDocumentRenderer(
MojoExecution mojoExecution,
DocumentRenderingContext docRenderingContext,
Expand Down

0 comments on commit b7c35e8

Please sign in to comment.