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/10/20 06:27:47 UTC

[fineract] branch develop updated: chore(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.4.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 b465853  chore(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.4.2
b465853 is described below

commit b4658533ad83498bd4ad87e8775398fc0d40d542
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Wed Oct 20 03:23:32 2021 +0000

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

diff --git a/build.gradle b/build.gradle
index 1658b6b..61f5d31 100644
--- a/build.gradle
+++ b/build.gradle
@@ -137,7 +137,7 @@ allprojects  {
 
             dependency 'io.github.classgraph:classgraph:4.8.128'
             dependency 'org.awaitility:awaitility:4.1.0'
-            dependency 'com.github.spotbugs:spotbugs-annotations:4.4.1'
+            dependency 'com.github.spotbugs:spotbugs-annotations:4.4.2'
             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.52.3'