Skip to content

Commit

Permalink
Updated Checkstyle version
Browse files Browse the repository at this point in the history
Changed to latest version 10.20.0 due to support available for:
- WhitespaceAfter for LITERAL_RETURN, LITERAL_TRY, LITERAL_SYNCHRONIZED, LITERAL_CATCH and LITERAL_FINALLY

Signed-off-by: Jasper Berton <[email protected]>
  • Loading branch information
JasperB-TeamBlue authored and sandrobonazzola committed Dec 6, 2024
1 parent 632e59c commit 4f0cf78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<aspectj.version>1.9.3.RC1</aspectj.version>
<assertj-core.version>3.13.2</assertj-core.version>
<cdi.api.version>1.2</cdi.api.version>
<checkstyle.version>9.3</checkstyle.version>
<checkstyle.version>10.20.0</checkstyle.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-cli.version>1.3.1</commons-cli.version>
<commons-codec.version>1.10</commons-codec.version>
Expand Down

0 comments on commit 4f0cf78

Please sign in to comment.