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 97ac41387 Update plugin net.ltgt.errorprone to v4 97ac41387 is described below commit 97ac4138747a8a2b821c74f940ec4562d9f31190 Author: Renovate <b...@renovateapp.com> AuthorDate: Mon Nov 25 02:35:31 2024 +0000 Update plugin net.ltgt.errorprone to v4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f4a1ecbf2..1bd72f714 100644 --- a/build.gradle +++ b/build.gradle @@ -96,7 +96,7 @@ plugins { id 'com.github.jk1.dependency-license-report' version '2.9' apply false id 'org.zeroturnaround.gradle.jrebel' version '1.2.0' apply false id 'org.springframework.boot' version '3.3.5' apply false - id 'net.ltgt.errorprone' version '3.1.0' apply false + id 'net.ltgt.errorprone' version '4.1.0' apply false id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.23' apply false id 'com.gorylenko.gradle-git-properties' version '2.4.2' apply false id 'org.asciidoctor.jvm.convert' version '3.3.2' apply false