Skip to content

Commit

Permalink
Merge pull request #1645 from jenkinsci/dependabot/maven/io.jenkins.p…
Browse files Browse the repository at this point in the history
…lugins-analysis-model-api-11.14.0

Bump io.jenkins.plugins:analysis-model-api from 11.13.0 to 11.14.0
  • Loading branch information
uhafner authored Jan 6, 2024
2 parents 26b23a5 + a6f46c2 commit d58413e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<changelist>-SNAPSHOT</changelist>
<module.name>${project.groupId}.warnings.ng</module.name>

<analysis-model-api.version>11.13.0</analysis-model-api.version>
<analysis-model-api.version>11.14.0</analysis-model-api.version>
<analysis-model-tests.version>${analysis-model-api.version}</analysis-model-tests.version>
<pull-request-monitoring.version>1.7.8</pull-request-monitoring.version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ public FindBugs() {
@Override
protected Option[] configureOptions() {
return new Option[] {
new Option(edu.hm.hafner.analysis.registry.FindBugsDescriptor.PRIORITY_OPTION_KEY,
getUseRankAsPriority() ? "RANK" : "CONFIDENCE")};
new Option("SPOT_BUGS_CONFIDENCE", getUseRankAsPriority() ? "RANK" : "CONFIDENCE")};
}

@SuppressWarnings("PMD.BooleanGetMethodName")
Expand Down

0 comments on commit d58413e

Please sign in to comment.