Skip to content

Commit

Permalink
Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 10, 2024
1 parent d7a5a93 commit f3ce27b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.76</version>
<version>4.77</version>
<relativePath />
</parent>

Expand Down
8 changes: 8 additions & 0 deletions src/spotbugs/excludesFilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,12 @@
- If it is not a false positive, fix the bug, then remove the
exclusion from this section.
-->
<Match>
<!-- The warning is correct, the field is read without being
written. Relies on the callers to have set the public field
to a non-null value. -->
<Bug pattern="NP_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD"/>
<Class name="org.jvnet.hudson.plugins.port_allocator.Pool"/>
<Field name="ports"/>
</Match>
</FindBugsFilter>

0 comments on commit f3ce27b

Please sign in to comment.