Bump checkstyle and make inner classes final

Updating checkstyle fixed a vulnerability and fixed a final class check in version 10.12.2 for local classes without constructor.  Local classes without a constructor should be marked as final. That is done in this commit.

For more info see https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-10.12.2
This commit is contained in:
tobigr 2025-10-05 21:13:18 +02:00 committed by Stypox
parent 4803cbeb5c
commit 360afd0208
7 changed files with 10 additions and 7 deletions

View file

@ -11,7 +11,7 @@ assertj = "3.24.2"
autoservice = "1.1.1"
bridge = "v2.0.2"
cardview = "1.0.0"
checkstyle = "10.12.1"
checkstyle = "10.26.1"
constraintlayout = "2.1.4"
core = "1.12.0"
desugar = "2.0.4"