Skip to content

Commit 6b29b5a

Browse files
Bump org.jenkins-ci.plugins:plugin from 5.7 to 5.9 (#215)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcf37ba commit 6b29b5a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.7</version>
8+
<version>5.9</version>
99
<relativePath />
1010
</parent>
1111

src/main/java/org/jenkinsci/plugins/structs/SymbolLookup.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package org.jenkinsci.plugins.structs;
22

33
import com.google.inject.Injector;
4-
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
54
import hudson.Extension;
65
import hudson.ExtensionList;
76
import hudson.PluginManager;
@@ -227,8 +226,6 @@ public static SymbolLookup get() {
227226
* @param c A class.
228227
* @return The {@link Symbol} annotation value(s) for the given class, or an empty {@link Set} if the annotation is not present.
229228
*/
230-
@SuppressFBWarnings(value = "NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE",
231-
justification = "Jenkins.getInstance() can return null in theory.")
232229
@NonNull public static Set<String> getSymbolValue(@NonNull Class<?> c) {
233230
Set<String> symbolValues = new LinkedHashSet<String>();
234231
Jenkins j = Jenkins.getInstanceOrNull();

0 commit comments

Comments
 (0)