This is an automated email from the ASF dual-hosted git repository.
vorburger 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 90527bd Update dependency net.ltgt.gradle:gradle-errorprone-plugin to
v1.3.0
90527bd is described below
commit 90527bd3b0c32367c1a9684b8c703d977129f970
Author: Renovate Bot <[email protected]>
AuthorDate: Mon Oct 19 10:49:47 2020 +0000
Update dependency net.ltgt.gradle:gradle-errorprone-plugin to v1.3.0
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index c2c858d..2a47834 100644
--- a/build.gradle
+++ b/build.gradle
@@ -49,7 +49,7 @@ buildscript {
classpath
"gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.5.1"
classpath
"gradle.plugin.com.github.andygoossens:gradle-modernizer-plugin:1.3.0"
classpath
"gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:2.2.3"
- classpath "net.ltgt.gradle:gradle-errorprone-plugin:1.2.1"
+ classpath "net.ltgt.gradle:gradle-errorprone-plugin:1.3.0"
classpath "io.swagger.core.v3:swagger-gradle-plugin:2.1.5"
}
}