Skip to content

Commit

Permalink
Confirm that spotbugs 4.8.2 adds no new warnings
Browse files Browse the repository at this point in the history
Draft, not intended to be merged

Prep for

* jenkinsci/pom#510

Part of the checklist in:

* jenkinsci/jenkins#8803

Does not need to be merged because there is no additional suppression required.
  • Loading branch information
MarkEWaite committed Dec 24, 2023
1 parent a49aa9d commit ac11d73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<revision>1.10</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/lib-${project.artifactId}</gitHubRepo>
<!-- TODO: Remove when parent pom is using this version or newer -->
<!-- https://github.com/jenkinsci/pom/pull/510 -->
<spotbugs-maven-plugin.version>4.8.2.0</spotbugs-maven-plugin.version>
<spotbugs.omitVisitors>FindReturnRef,ConstructorThrow</spotbugs.omitVisitors>
</properties>

<dependencies>
Expand Down

0 comments on commit ac11d73

Please sign in to comment.