You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ka...@apache.org on 2021/04/25 03:39:39 UTC

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

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

kaze 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 90eb152  chore(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.2.3
90eb152 is described below

commit 90eb1520b54a27df0bb807f21f3c0908ca06e40e
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Fri Apr 16 05:55:28 2021 +0000

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

diff --git a/build.gradle b/build.gradle
index e70cc3c..5dd5424 100644
--- a/build.gradle
+++ b/build.gradle
@@ -133,7 +133,7 @@ allprojects  {
 
             dependency 'io.github.classgraph:classgraph:4.8.104'
             dependency 'org.awaitility:awaitility:4.0.3'
-            dependency 'com.github.spotbugs:spotbugs-annotations:4.2.2'
+            dependency 'com.github.spotbugs:spotbugs-annotations:4.2.3'
             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:3.45.1'