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 e928c64 FINERACT-804 upgrade OkHTTP to 2.7.5
e928c64 is described below
commit e928c6487f773008fb929474a680ff1a302d65a9
Author: nnatarajan <[email protected]>
AuthorDate: Fri May 22 18:05:54 2020 -0600
FINERACT-804 upgrade OkHTTP to 2.7.5
---
fineract-provider/build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index e5b80b5..edc147e 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -81,8 +81,8 @@ 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.9.0'
- dependency 'com.squareup.okhttp:okhttp:2.0.0'
- dependency 'com.squareup.okhttp:okhttp-urlconnection:2.0.0'
+ dependency 'com.squareup.okhttp:okhttp:2.7.5'
+ dependency 'com.squareup.okhttp:okhttp-urlconnection:2.7.5'
dependency 'com.google.code.gson:gson:+'
dependency 'org.apache.commons:commons-email:1.5'
dependency 'org.apache.commons:commons-io:+'