You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2021/02/22 05:29:10 UTC

[fineract] branch develop updated: chore(deps): update dependency gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin to v4.6.2

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

ptuomola 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 c9c6e33  chore(deps): update dependency gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin to v4.6.2
c9c6e33 is described below

commit c9c6e3358a9afbc2496ac556fa39f53c48987bb5
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Feb 21 23:00:28 2021 +0000

    chore(deps): update dependency gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin to v4.6.2
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index a313c31..8c1ae42 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ buildscript {
         classpath 'com.bmuschko:gradle-cargo-plugin:2.8.0'
         classpath 'org.apache.openjpa:openjpa:3.1.2' // when upgrading, also change OpenJPA version repeated in fineract-provider/build.gradle!
         classpath 'com.radcortez.gradle:openjpa-gradle-plugin:3.1.0'
-        classpath 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.6.1'
+        classpath 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.6.2'
         classpath 'gradle.plugin.com.github.andygoossens:gradle-modernizer-plugin:1.3.0'
     }
 }