You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ar...@apache.org on 2023/01/10 13:12:54 UTC

[fineract] branch develop updated: fix(deps): update non-major

This is an automated email from the ASF dual-hosted git repository.

arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 018aca3ba fix(deps): update non-major
018aca3ba is described below

commit 018aca3ba48415663be404c83a791825562c17b2
Author: Renovate <bo...@renovateapp.com>
AuthorDate: Mon Jan 9 18:02:52 2023 +0000

    fix(deps): update non-major
---
 build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index ca2d66be6..823463baf 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 @@ configure(project.fineractJavaProjects) {
     // 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 @@ configure(project.fineractJavaProjects) {
     // 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) {