Skip to content

Commit

Permalink
Bump maven-plugin-plugin from 3.6.4 to 3.7.0 (jenkinsci#123)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2022
1 parent e818303 commit 81d017f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.6.4</version>
<version>3.7.0</version>
<executions>
<!-- if you want to generate help goal -->
<execution>
Expand Down
4 changes: 2 additions & 2 deletions src/spotbugs/excludesFilter.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<FindBugsFilter>
<Match>
<!-- generated class -->
<Class name="org.kohsuke.accmod.impl.HelpMojo"/>
<Class name="org.kohsuke.access_modifier_checker.HelpMojo"/>
</Match>
</FindBugsFilter>
</FindBugsFilter>

0 comments on commit 81d017f

Please sign in to comment.