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 c3626ae commit 5c3848f
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 @@ -29,6 +29,10 @@
<revision>1.3</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>
<dependency>
Expand Down

0 comments on commit 5c3848f

Please sign in to comment.