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 2022/12/19 15:34:18 UTC

[fineract] branch develop updated: chore(deps): update plugin net.ltgt.errorprone to v3

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 cb39a2346 chore(deps): update plugin net.ltgt.errorprone to v3
cb39a2346 is described below

commit cb39a234679b98deac4e17da831be6cce83b562c
Author: Renovate <bo...@renovateapp.com>
AuthorDate: Mon Dec 19 00:16:25 2022 +0000

    chore(deps): update plugin net.ltgt.errorprone to v3
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 6ead6fa42..19206abd4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -65,7 +65,7 @@ plugins {
     id 'org.openapi.generator' version '6.2.1' apply false
     id 'org.zeroturnaround.gradle.jrebel' version '1.1.12' apply false
     id 'org.springframework.boot' version '2.7.6' apply false
-    id 'net.ltgt.errorprone' version '2.0.2' apply false
+    id 'net.ltgt.errorprone' version '3.0.1' apply false
     id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.7' apply false
     id 'com.gorylenko.gradle-git-properties' version '2.4.1' apply false
     id 'org.asciidoctor.jvm.convert' version '3.3.2' apply false