Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Bump checkstyle from 8.41.1 to 8.43 (#1411)
Browse files Browse the repository at this point in the history
* Bump checkstyle from 8.41.1 to 8.43

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.41.1 to 8.43.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-8.41.1...checkstyle-8.43)

Signed-off-by: dependabot[bot] <support@github.com>

* Remove deprecated property for javadoc method

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gut Ioan <ioan.gut@sap.com>
  • Loading branch information
dependabot[bot] and ioangut committed Jun 15, 2021
1 parent f1db37e commit 56f0dfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion codestyle/checkstyle.xml
Expand Up @@ -284,7 +284,6 @@
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
</module>
<module name="JavadocMethod">
<property name="scope" value="public"/>
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="allowedAnnotations" value="Override, Test"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -69,7 +69,7 @@
<junit.version>4.13.2</junit.version>
<tomcat-embed-core.version>9.0.46</tomcat-embed-core.version>
<findify-s3mock.version>0.2.6</findify-s3mock.version>
<checkstyle.version>8.41.1</checkstyle.version>
<checkstyle.version>8.43</checkstyle.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 56f0dfd

Please sign in to comment.