fix(deps): update non-major
diff --git a/build.gradle b/build.gradle
index ca2d66b..823463b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,7 @@
 // TODO: this is work in progress, please follow FINERACT-1171
 buildscript {
     ext {
-        jacocoVersion = '0.8.7'
+        jacocoVersion = '0.8.8'
         retrofitVersion = '2.9.0'
         okhttpVersion = '4.9.3'
         oltuVersion = '1.0.1'
@@ -396,7 +396,7 @@
     // Configuration for the Checkstyle plugin
     // https://docs.gradle.org/current/userguide/checkstyle_plugin.html
     dependencies {
-        checkstyle 'com.puppycrawl.tools:checkstyle:10.5.0'
+        checkstyle 'com.puppycrawl.tools:checkstyle:10.6.0'
         checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'
     }
 
@@ -418,7 +418,7 @@
     // Configuration for the errorprone plugin
     // https://github.com/tbroyer/gradle-errorprone-plugin
     dependencies {
-        errorprone "com.google.errorprone:error_prone_core:2.16"
+        errorprone "com.google.errorprone:error_prone_core:2.18.0"
     }
 
     tasks.withType(JavaCompile) {