Skip to content

Commit 35ce97a

Browse files
authored
Merge pull request #942 from jenkinsci/dependabot/maven/edu.hm.hafner-codingstyle-pom-5.16.0
Bump edu.hm.hafner:codingstyle-pom from 5.13.0 to 5.16.0
2 parents a40e6a5 + 16309d7 commit 35ce97a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ui-tests/etc/assertj-templates/soft_assertions_entry_point_class_template.txt

-1
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
@edu.hm.hafner.util.Generated(value="assertj-assertions-generator")
87
public class SoftAssertions extends org.assertj.core.api.AutoCloseableSoftAssertions {
98
${all_assertions_entry_points}

ui-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>edu.hm.hafner</groupId>
77
<artifactId>codingstyle-pom</artifactId>
8-
<version>5.13.0</version>
8+
<version>5.16.0</version>
99
<relativePath/>
1010
</parent>
1111

0 commit comments

Comments
 (0)