Skip to content

Commit dd53eba

Browse files
chore(deps): update dependency org.apache.maven.plugins:maven-pmd-plugin to v3.27.0 (#54)
* chore(deps): update dependency org.apache.maven.plugins:maven-pmd-plugin to v3.27.0 * 🐛 remove unnecessary suppression
1 parent 8da0246 commit dd53eba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

personalization-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<!-- Linting & Formatting -->
3333
<spotless-maven-plugin.version>2.46.1</spotless-maven-plugin.version>
3434
<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>
3636
<spotbugs-maven-plugin.version>4.9.3.2</spotbugs-maven-plugin.version>
3737
<spotbugs-annotations.version>4.9.4</spotbugs-annotations.version> <!-- must match the patch version of spotbugs-maven-plugin -->
3838
<findsecbugs-plugin.version>1.14.0</findsecbugs-plugin.version>

personalization-service/src/test/java/de/muenchen/dbs/personalization/TestConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import lombok.NoArgsConstructor;
55

66
@NoArgsConstructor(access = AccessLevel.PRIVATE)
7-
@SuppressWarnings({ "PMD.TestClassWithoutTestCases", "PMD.DataClass" })
7+
@SuppressWarnings({ "PMD.TestClassWithoutTestCases" })
88
public final class TestConstants {
99

1010
public static final String SPRING_TEST_PROFILE = "test";

0 commit comments

Comments
 (0)