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/06/07 10:49:36 UTC

[fineract] branch develop updated: FINERACT-1002(distch plus and use fixed versions instead)

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 4aa3404  FINERACT-1002(distch plus and use fixed versions instead)
4aa3404 is described below

commit 4aa3404e88a16eec96b87bde7cc31c85da82f4e9
Author: xurror <ka...@outlook.com>
AuthorDate: Thu May 28 06:16:37 2020 +0100

    FINERACT-1002(distch plus and use fixed versions instead)
---
 fineract-provider/build.gradle | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index 2bc2d9d..81c688b 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -85,28 +85,28 @@ dependencyManagement {
         dependency 'com.squareup.retrofit:retrofit:1.9.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 'com.google.code.gson:gson:2.8.6'
         dependency 'org.apache.commons:commons-email:1.5'
-        dependency 'org.apache.commons:commons-io:+'
+        dependency 'org.apache.commons:commons-io:1.3.2' // TODO FINERACT-1018
         dependency 'org.drizzle.jdbc:drizzle-jdbc:1.4'
         dependency 'com.github.librepdf:openpdf:1.3.17'
         dependency 'org.mnode.ical4j:ical4j:3.0.18'
         dependency 'org.flywaydb:flyway-core:6.4.1'
-        dependency 'org.quartz-scheduler:quartz:+'
+        dependency 'org.quartz-scheduler:quartz:2.3.2'
         dependency 'com.amazonaws:aws-java-sdk-s3:1.11.779'
-        dependency 'net.sf.ehcache:ehcache:+'
+        dependency 'net.sf.ehcache:ehcache:2.10.6' // TODO FINERACT-1018
         dependency 'com.github.spullara.mustache.java:compiler:0.8.12'
         dependency 'com.jayway.jsonpath:json-path:2.4.0'
         dependency 'org.apache.tika:tika-core:1.24.1'
-        dependency 'org.apache.httpcomponents:httpclient:+'
+        dependency 'org.apache.httpcomponents:httpclient:4.5.12'
         dependency 'io.swagger:swagger-jersey-jaxrs:1.6.1'
         dependency 'jakarta.management.j2ee:jakarta.management.j2ee-api:1.1.4'
         dependency 'jakarta.jms:jakarta.jms-api:2.0.3'
         dependency 'jakarta.xml.bind:jakarta.xml.bind-api:2.3.3'
-        dependency 'org.apache.activemq:activemq-broker:+'
+        dependency 'org.apache.activemq:activemq-broker:5.15.12'
         dependency 'org.apache.bval:org.apache.bval.bundle:2.0.3'
-        dependency 'junit:junit:+'
-        dependency 'org.mockito:mockito-core:+'
+        dependency 'junit:junit:4.13' // TODO FINERACT-1018??
+        dependency 'org.mockito:mockito-core:3.3.3'
         dependency 'io.github.classgraph:classgraph:4.8.78'
         dependency 'org.awaitility:awaitility:4.0.2'
         dependency 'com.github.spotbugs:spotbugs-annotations:4.0.3'