You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/05/10 12:48:47 UTC

[fineract] branch develop updated: Bump retrofit from 1.6.1 to 1.9.0 in /fineract-provider

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 bb7df3c  Bump retrofit from 1.6.1 to 1.9.0 in /fineract-provider
bb7df3c is described below

commit bb7df3c9e868f4924ac91624f7d1f7ee0b813c84
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Sat May 9 20:44:54 2020 +0000

    Bump retrofit from 1.6.1 to 1.9.0 in /fineract-provider
    
    Bumps [retrofit](https://github.com/square/retrofit) from 1.6.1 to 1.9.0.
    - [Release notes](https://github.com/square/retrofit/releases)
    - [Changelog](https://github.com/square/retrofit/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/square/retrofit/compare/parent-1.6.1...parent-1.9.0)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 fineract-provider/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index c3f53d3..ceb1e76 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -83,7 +83,7 @@ dependencyManagement {
 
         dependency 'org.springframework.security.oauth:spring-security-oauth2:2.3.6.RELEASE'
         dependency "org.apache.openjpa:openjpa:3.1.1" // when upgrading, also change OpenJPA version repeated above in buildscript!
-        dependency 'com.squareup.retrofit:retrofit:1.6.1'
+        dependency 'com.squareup.retrofit:retrofit:1.9.0'
         dependency 'com.squareup.okhttp:okhttp:2.0.0'
         dependency 'com.squareup.okhttp:okhttp-urlconnection:2.0.0'
         dependency 'com.google.code.gson:gson:+'