Skip to content

Commit d306d7c

Browse files
Update dependency org.jvnet.hudson.plugins:analysis-pom to v10.11.0 (#218)
* Update dependency org.jvnet.hudson.plugins:analysis-pom to v10.11.0 * migrations * linting --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Kriese <[email protected]>
1 parent 9e724ee commit d306d7c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

etc/assertj-templates/soft_assertions_entry_point_class_template.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package ${package};
33
/**
44
* Entry point for soft assertions of different data types.
55
*/
6-
@edu.umd.cs.findbugs.annotations.SuppressFBWarnings("NM")
76
@javax.annotation.Generated(value="assertj-assertions-generator")
87
public class SoftAssertions extends org.assertj.core.api.AutoCloseableSoftAssertions {
98
${all_assertions_entry_points}

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.jvnet.hudson.plugins</groupId>
77
<artifactId>analysis-pom</artifactId>
8-
<version>10.6.0</version>
8+
<version>10.11.0</version>
99
<relativePath />
1010
</parent>
1111

src/main/java/io/jenkins/plugins/checks/gitea/GiteaChecksDetails.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public String getContextString() {
6262
* @throws IllegalArgumentException if the status of the {@code details} is not
6363
* one of {@link ChecksStatus}
6464
*/
65-
@SuppressWarnings({"PMD.CyclomaticComplexity"})
65+
@SuppressWarnings({"PMD.CyclomaticComplexity", "PMD.ExhaustiveSwitchHasDefault"})
6666
public GiteaCommitState getStatus() {
6767
switch (details.getStatus()) {
6868
case NONE:

0 commit comments

Comments
 (0)