Skip to content

Commit 8001298

Browse files
authored
Merge pull request #537 from maxmind/dependabot/maven/com.puppycrawl.tools-checkstyle-10.22.0
Bump com.puppycrawl.tools:checkstyle from 10.21.4 to 10.22.0
2 parents 75a8ecc + 2d21ee8 commit 8001298

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

checkstyle.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
<module name="JavadocType"/>
330330
<module name="JavadocVariable">
331331
<property name="tokens" value="VARIABLE_DEF"/>
332-
<property name="scope" value="public"/>
332+
<property name="accessModifiers" value="public"/>
333333
</module>
334334
<module name="JavadocMethod">
335335
<property name="accessModifiers" value="public"/>
@@ -384,4 +384,4 @@
384384
<property name="influenceFormat" value="1"/>
385385
</module>
386386
</module>
387-
</module>
387+
</module>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<dependency>
122122
<groupId>com.puppycrawl.tools</groupId>
123123
<artifactId>checkstyle</artifactId>
124-
<version>10.21.4</version>
124+
<version>10.22.0</version>
125125
</dependency>
126126
</dependencies>
127127
<executions>

0 commit comments

Comments
 (0)