diff --git a/.config/pmd/java/ruleset.xml b/.config/pmd/java/ruleset.xml index 6bf58b3..4570323 100644 --- a/.config/pmd/java/ruleset.xml +++ b/.config/pmd/java/ruleset.xml @@ -204,7 +204,7 @@ Usually all cases where `StringBuilder` (or the outdated `StringBuffer`) is used are either due to confusing (legacy) logic or may be replaced by a simpler string concatenation. diff --git a/brevo-java-client/pom.xml b/brevo-java-client/pom.xml index 4054e44..9b22e7d 100644 --- a/brevo-java-client/pom.xml +++ b/brevo-java-client/pom.xml @@ -449,7 +449,7 @@ com.puppycrawl.tools checkstyle - 11.1.0 + 12.0.0 diff --git a/pom.xml b/pom.xml index 7495e9b..dd03fec 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ com.puppycrawl.tools checkstyle - 11.1.0 + 12.0.0