Skip to content

Commit 14d28c5

Browse files
committed
Bump Checkstyle to 10.23.0.
1 parent 2a1ee77 commit 14d28c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/checkstyle/checkstyle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<module name="JavadocType"/>
4444
<module name="JavadocMethod"/>
4545
<module name="JavadocVariable">
46-
<property name="scope" value="public"/>
46+
<property name="accessModifiers" value="public"/>
4747
</module>
4848

4949
<module name="MissingJavadocType"/>

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
agrona = "2.1.0"
3-
checkstyle = "10.21.4"
3+
checkstyle = "10.23.0"
44
commons-codec = "1.15"
55
commons-lang3 = "3.8.1"
66
gradle = "8.13"

0 commit comments

Comments
 (0)