Update dependency com.puppycrawl.tools:checkstyle to v10.13.0
diff --git a/build.gradle b/build.gradle
index b30c632..36119fe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -438,7 +438,7 @@
     // Configuration for the Checkstyle plugin
     // https://docs.gradle.org/current/userguide/checkstyle_plugin.html
     dependencies {
-        checkstyle 'com.puppycrawl.tools:checkstyle:10.12.7'
+        checkstyle 'com.puppycrawl.tools:checkstyle:10.13.0'
         checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'
     }