fix(deps): update non-major
diff --git a/build.gradle b/build.gradle
index 56c92a3..870e64d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -396,8 +396,8 @@
     // Configuration for the Checkstyle plugin
     // https://docs.gradle.org/current/userguide/checkstyle_plugin.html
     dependencies {
-        checkstyle 'com.puppycrawl.tools:checkstyle:10.4'
-        checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.42.0'
+        checkstyle 'com.puppycrawl.tools:checkstyle:10.5.0'
+        checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.43.0'
     }
 
     // Configuration for JaCoCo code coverage task
diff --git a/custom/docker/build.gradle b/custom/docker/build.gradle
index 64d38c2..8d9cfd2 100644
--- a/custom/docker/build.gradle
+++ b/custom/docker/build.gradle
@@ -84,9 +84,9 @@
             }
         }
         // NOTE: other custom dependencies
-        implementation 'org.mariadb.jdbc:mariadb-java-client:3.0.9'
+        implementation 'org.mariadb.jdbc:mariadb-java-client:3.1.0'
         implementation 'mysql:mysql-connector-java:8.0.31'
-        implementation 'org.postgresql:postgresql:42.5.0'
+        implementation 'org.postgresql:postgresql:42.5.1'
         annotationProcessor('org.springframework.boot:spring-boot-autoconfigure-processor')
         annotationProcessor('org.springframework.boot:spring-boot-configuration-processor')
     }
diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index 1089ec8..3218611 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -150,8 +150,8 @@
     driver
 }
 dependencies {
-    driver 'org.mariadb.jdbc:mariadb-java-client:3.0.9'
-    driver 'org.postgresql:postgresql:42.5.0'
+    driver 'org.mariadb.jdbc:mariadb-java-client:3.1.0'
+    driver 'org.postgresql:postgresql:42.5.1'
     driver 'mysql:mysql-connector-java:8.0.31'
 }
 
@@ -222,8 +222,8 @@
     ]
 
     dependencies {
-        implementation 'org.mariadb.jdbc:mariadb-java-client:3.0.9'
-        implementation 'org.postgresql:postgresql:42.5.0'
+        implementation 'org.mariadb.jdbc:mariadb-java-client:3.1.0'
+        implementation 'org.postgresql:postgresql:42.5.1'
     }
 }
 
@@ -286,8 +286,8 @@
     allowInsecureRegistries = true
 
     dependencies {
-        implementation 'org.mariadb.jdbc:mariadb-java-client:3.0.9'
-        implementation 'org.postgresql:postgresql:42.5.0'
+        implementation 'org.mariadb.jdbc:mariadb-java-client:3.1.0'
+        implementation 'org.postgresql:postgresql:42.5.1'
     }
 
     pluginExtensions {
diff --git a/instancemode-tests/dependencies.gradle b/instancemode-tests/dependencies.gradle
index 789685b..7cff697 100644
--- a/instancemode-tests/dependencies.gradle
+++ b/instancemode-tests/dependencies.gradle
@@ -20,7 +20,7 @@
     // testCompile dependencies are ONLY used in src/test, not src/main.
     // Do NOT repeat dependencies which are ALREADY in implementation or runtimeOnly!
     //
-    tomcat 'org.apache.tomcat:tomcat:9.0.68@zip'
+    tomcat 'org.apache.tomcat:tomcat:9.0.69@zip'
     testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
             project(path: ':fineract-provider', configuration: 'runtimeElements'),
             'io.cucumber:cucumber-spring',
diff --git a/integration-tests/dependencies.gradle b/integration-tests/dependencies.gradle
index 69569b6..85c597a 100644
--- a/integration-tests/dependencies.gradle
+++ b/integration-tests/dependencies.gradle
@@ -20,7 +20,7 @@
     // testCompile dependencies are ONLY used in src/test, not src/main.
     // Do NOT repeat dependencies which are ALREADY in implementation or runtimeOnly!
     //
-    tomcat 'org.apache.tomcat:tomcat:9.0.68@zip'
+    tomcat 'org.apache.tomcat:tomcat:9.0.69@zip'
     testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
             project(path: ':fineract-provider', configuration: 'runtimeElements'),
             project(path: ':fineract-avro-schemas', configuration: 'runtimeElements'),
diff --git a/oauth2-tests/dependencies.gradle b/oauth2-tests/dependencies.gradle
index c5629a5..b886631 100644
--- a/oauth2-tests/dependencies.gradle
+++ b/oauth2-tests/dependencies.gradle
@@ -20,7 +20,7 @@
     // testCompile dependencies are ONLY used in src/test, not src/main.
     // Do NOT repeat dependencies which are ALREADY in implementation or runtimeOnly!
     //
-    tomcat 'org.apache.tomcat:tomcat:9.0.68@zip'
+    tomcat 'org.apache.tomcat:tomcat:9.0.69@zip'
     testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
             project(path: ':fineract-provider', configuration: 'runtimeElements'),
             'org.junit.jupiter:junit-jupiter-api',
diff --git a/twofactor-tests/dependencies.gradle b/twofactor-tests/dependencies.gradle
index 369e68d..b51fcbe 100644
--- a/twofactor-tests/dependencies.gradle
+++ b/twofactor-tests/dependencies.gradle
@@ -20,7 +20,7 @@
     // testCompile dependencies are ONLY used in src/test, not src/main.
     // Do NOT repeat dependencies which are ALREADY in implementation or runtimeOnly!
     //
-    tomcat 'org.apache.tomcat:tomcat:9.0.68@zip'
+    tomcat 'org.apache.tomcat:tomcat:9.0.69@zip'
     testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
             project(path: ':fineract-provider', configuration: 'runtimeElements'),
             'org.junit.jupiter:junit-jupiter-api',