Skip to content

Commit

Permalink
chore: Update PMD to 7.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Solórzano <[email protected]>
  • Loading branch information
jorsol committed Apr 26, 2024
1 parent 747c318 commit 844daad
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 19 deletions.
4 changes: 0 additions & 4 deletions nameprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>Nameprep (RFC 3491)</name>
<description>Nameprep: A Stringprep Profile for Internationalized Domain Names (IDN)</description>

<properties>
<checks.location>${project.basedir}/../checks</checks.location>
</properties>

<dependencies>
<dependency>
<groupId>com.ongres.stringprep</groupId>
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@
<spotbugs.version>4.8.4</spotbugs.version>
<spotbugs-plugin.version>4.8.4.0</spotbugs-plugin.version>
<findsecbugs.version>1.12.0</findsecbugs.version>
<pmd.version>7.0.0</pmd.version>
<pmd.version>7.1.0</pmd.version>
<pmd-plugin.version>3.22.0</pmd-plugin.version>
<sonar-plugin.version>3.11.0.3922</sonar-plugin.version>
<forbiddenapis.version>3.7</forbiddenapis.version>
<checks.location>${project.basedir}/../checks</checks.location>
<checks.location>${maven.multiModuleProjectDirectory}/checks</checks.location>
<checkstyle.config.location>${checks.location}/checkstyle.xml</checkstyle.config.location>
<checkstyle.suppressions.location>${checks.location}/checkstyle-suppressions.xml</checkstyle.suppressions.location>
<checkstyle.header.file>${checks.location}/checkstyle-header.txt</checkstyle.header.file>
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<module>nameprep</module>
</modules>

<properties>
<checks.location>${project.basedir}/checks</checks.location>
</properties>

<profiles>
<profile>
<id>codegen</id>
Expand Down
4 changes: 0 additions & 4 deletions saslprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>SASLprep (RFC 4013)</name>
<description>SASLprep: Stringprep Profile for User Names and Passwords</description>

<properties>
<checks.location>${project.basedir}/../checks</checks.location>
</properties>

<dependencies>
<dependency>
<groupId>com.ongres.stringprep</groupId>
Expand Down
6 changes: 1 addition & 5 deletions stringprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>Stringprep (RFC 3454)</name>
<description>Preparation of Internationalized Strings ("stringprep")</description>

<properties>
<checks.location>${project.basedir}/../checks</checks.location>
</properties>

<profiles>
<profile>
<id>codegen</id>
Expand All @@ -35,7 +31,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.12</version>
<version>2.0.13</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit 844daad

Please sign in to comment.