Skip to content

Commit 2872e86

Browse files
Bump parent POM from 1.67 to 1.69 (#494)
* Bump jenkins from 1.67 to 1.69 Bumps [jenkins](https://github.com/jenkinsci/pom) from 1.67 to 1.69. - [Release notes](https://github.com/jenkinsci/pom/releases) - [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG-old.md) - [Commits](jenkinsci/pom@jenkins-1.67...jenkins-1.69) --- updated-dependencies: - dependency-name: org.jenkins-ci:jenkins dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Suppress SpotBugs warnings Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e717970 commit 2872e86

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ THE SOFTWARE.
2828
<parent>
2929
<groupId>org.jenkins-ci</groupId>
3030
<artifactId>jenkins</artifactId>
31-
<version>1.67</version>
31+
<version>1.69</version>
3232
<relativePath />
3333
</parent>
3434

src/main/java/hudson/remoting/ClassFilter.java

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* @author Kohsuke Kawaguchi
2626
* @since 2.53
2727
*/
28+
@SuppressFBWarnings("NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR")
2829
public abstract class ClassFilter {
2930
/**
3031
* Property to set to <b>override</b> the blacklist used by {@link #STANDARD} with a different set.

src/spotbugs/excludeFilter.xml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
<Match>
4444
<Bug pattern="EI_EXPOSE_STATIC_REP2"/>
4545
</Match>
46+
<Match>
47+
<Bug pattern="MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR"/>
48+
</Match>
4649

4750
<!--TODO: reconsider commented filters after cleanup-->
4851
<!-- ignore all low-level (priority=2,3) issues except serialization problems -->

0 commit comments

Comments
 (0)