File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/de/muenchen/dbs/personalization Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
<!-- Linting & Formatting -->
33
33
<spotless-maven-plugin .version>2.46.1</spotless-maven-plugin .version>
34
34
<itm-java-codeformat .version>1.0.10</itm-java-codeformat .version>
35
- <pmd-maven-plugin .version>3.26 .0</pmd-maven-plugin .version>
35
+ <pmd-maven-plugin .version>3.27 .0</pmd-maven-plugin .version>
36
36
<spotbugs-maven-plugin .version>4.9.3.2</spotbugs-maven-plugin .version>
37
37
<spotbugs-annotations .version>4.9.4</spotbugs-annotations .version> <!-- must match the patch version of spotbugs-maven-plugin -->
38
38
<findsecbugs-plugin .version>1.14.0</findsecbugs-plugin .version>
Original file line number Diff line number Diff line change 4
4
import lombok .NoArgsConstructor ;
5
5
6
6
@ NoArgsConstructor (access = AccessLevel .PRIVATE )
7
- @ SuppressWarnings ({ "PMD.TestClassWithoutTestCases" , "PMD.DataClass" })
7
+ @ SuppressWarnings ({ "PMD.TestClassWithoutTestCases" })
8
8
public final class TestConstants {
9
9
10
10
public static final String SPRING_TEST_PROFILE = "test" ;
You can’t perform that action at this time.
0 commit comments