You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2022/03/08 08:06:11 UTC

[fineract] branch develop updated: chore(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.6.0

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

aleks 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 e1ea21f  chore(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.6.0
e1ea21f is described below

commit e1ea21fbb1fa352b7993773ecb9d76b4d01110c5
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Tue Mar 8 04:42:49 2022 +0000

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

diff --git a/build.gradle b/build.gradle
index 385e2ba..911826a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -145,7 +145,7 @@ allprojects  {
 
             dependency 'io.github.classgraph:classgraph:4.8.141'
             dependency 'org.awaitility:awaitility:4.2.0'
-            dependency 'com.github.spotbugs:spotbugs-annotations:4.5.3'
+            dependency 'com.github.spotbugs:spotbugs-annotations:4.6.0'
             dependency 'javax.cache:cache-api:1.1.1'
             dependency 'org.mock-server:mockserver-junit-jupiter:5.11.2'
             dependency 'org.webjars.npm:swagger-ui-dist:4.6.1'