Skip to content

Commit

Permalink
Bump jenkins from 1.90 to 1.91 (jenkinsci#122)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Basil Crow <[email protected]>
  • Loading branch information
dependabot[bot] and basil authored Nov 3, 2022
1 parent 7d5ef52 commit 5f37b4c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
*/
package org.kohsuke.accmod.impl;

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;

import org.kohsuke.accmod.AccessRestriction;
import org.objectweb.asm.Type;

Expand All @@ -40,7 +38,6 @@ public class AccessRestrictionFactory {
private final Map<String,AccessRestriction> instances = new HashMap<>();
private final ClassLoader cl;

@SuppressFBWarnings("EI_EXPOSE_REP2")
public AccessRestrictionFactory(ClassLoader cl) {
this.cl = cl;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
*/
package org.kohsuke.accmod.impl;

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;

import java.nio.charset.StandardCharsets;
import java.util.HashSet;
import java.util.Set;
Expand Down Expand Up @@ -96,7 +94,6 @@ public class Checker {

private int line;

@SuppressFBWarnings("EI_EXPOSE_REP2")
public Checker(ClassLoader dependencies, ErrorListener errorListener, Properties properties,
Log log) throws IOException {
this.dependencies = dependencies;
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.90</version>
<version>1.91</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -49,7 +49,6 @@
<revision>1.28</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/lib-access-modifier</gitHubRepo>
<spotbugs.excludeFilterFile>${project.basedir}/../src/spotbugs/excludesFilter.xml</spotbugs.excludeFilterFile>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 5f37b4c

Please sign in to comment.