@@ -8,55 +8,57 @@ sourceCompatibility = 1.8
88targetCompatibility = 1.8
99
1010repositories {
11- mavenCentral ()
11+ jcenter ()
1212}
1313
1414
1515dependencies {
16- testCompile ' io.reactivex:rxjava:1.2.2'
16+ testCompile ' io.reactivex:rxjava:1.3.8'
17+ testCompile ' io.reactivex.rxjava2:rxjava:2.2.4'
18+
1719 testCompile ' io.reactivex:rxnetty-http:0.5.2'
1820 testCompile ' io.netty:netty-all:4.1.32.Final'
19- testCompile ' com.netflix.hystrix:hystrix-core:1.5.8 '
20- testCompile ' com.netflix.hystrix:hystrix-metrics-event-stream:1.5.8 '
21+ testCompile ' com.netflix.hystrix:hystrix-core:1.5.18 '
22+ testCompile ' com.netflix.hystrix:hystrix-metrics-event-stream:1.5.18 '
2123
22- testCompile ' com.google.guava:guava:18.0'
23- testCompile ' org.apache.commons:commons-collections4:4.1'
24- testCompile ' org.apache.commons:commons-lang3:3.5'
25- testCompile ' commons-dbutils:commons-dbutils:1.6'
26- testCompile ' commons-io:commons-io:2.5'
27- testCompile ' commons-dbutils:commons-dbutils:1.6'
24+ testCompile ' com.google.guava:guava:27.0.1-jre'
25+ testCompile ' org.apache.commons:commons-collections4:4.2'
26+ testCompile ' org.apache.commons:commons-lang3:3.8.1'
27+ testCompile ' commons-dbutils:commons-dbutils:1.7'
28+ testCompile ' commons-io:commons-io:2.6'
2829
29- testCompile ' ch.qos.logback:logback-classic:1.1.7 '
30- testCompile ' org.slf4j:slf4j-api:1.7.21 '
31- testCompile ' io.dropwizard:dropwizard-metrics:1.0.3 '
30+ testCompile ' ch.qos.logback:logback-classic:1.2.3 '
31+ testCompile ' org.slf4j:slf4j-api:1.7.25 '
32+ testCompile ' io.dropwizard:dropwizard-metrics:1.3.7 '
3233
33- testCompile ' org.springframework:spring-context:4.3.4 .RELEASE'
34- testCompile ' org.springframework:spring-jms:4.3.4 .RELEASE'
35- testCompile ' org.springframework:spring-jdbc:4.3.4 .RELEASE'
34+ testCompile ' org.springframework:spring-context:4.3.21 .RELEASE'
35+ testCompile ' org.springframework:spring-jms:4.3.21 .RELEASE'
36+ testCompile ' org.springframework:spring-jdbc:4.3.21 .RELEASE'
3637
3738 testCompile ' com.google.android:android:4.1.1.4'
3839// testCompile 'com.jakewharton.rxbinding:rxbinding:0.4.0'
3940
4041 testCompile ' org.postgresql:postgresql:9.4-1206-jdbc42'
41- testCompile ' org.twitter4j:twitter4j-stream:4.0.5 '
42+ testCompile ' org.twitter4j:twitter4j-stream:4.0.7 '
4243 testCompile ' com.ning:async-http-client:1.9.40'
4344
4445 testCompile ' javax.jms:jms-api:1.1-rev-1'
45- testCompile ' org.apache.activemq:activemq-client:5.14.1'
46- testCompile ' org.eclipse.jetty:jetty-servlet:9.4.0.RC2'
46+ testCompile ' org.eclipse.jetty:jetty-servlet:9.4.14.v20181114'
47+
48+ testCompile ' com.couchbase.client:java-client:2.7.2'
49+ testCompile ' org.mongodb:mongodb-driver-rx:1.5.0'
4750
48- testCompile ' com.couchbase.client:java-client:2.3.5'
49- testCompile ' org.mongodb:mongodb-driver-rx:1.2.0'
51+ testCompile ' org.apache.camel:camel-rx:2.23.0'
52+ testCompile ' org.apache.camel:camel-kafka:2.23.0'
53+ testCompile ' org.apache.activemq:activemq-camel:5.15.8'
54+ testCompile ' org.apache.activemq:activemq-client:5.15.8'
5055
51- testCompile ' org.apache.camel:camel-rx:2.17.3'
52- testCompile ' org.apache.camel:camel-kafka:2.17.3'
53- testCompile ' org.apache.activemq:activemq-camel:5.14.0'
54- testCompile ' org.apache.activemq:activemq-client:5.14.0'
5556
56- testCompile ' com.squareup.retrofit2:adapter-rxjava:2.0.1'
57- testCompile ' com.squareup.retrofit2:converter-jackson:2.0.1'
57+ testCompile ' com.squareup.retrofit2:adapter-rxjava:2.5.0'
58+ testCompile ' com.squareup.retrofit2:adapter-rxjava2:2.5.0'
59+ testCompile ' com.squareup.retrofit2:converter-jackson:2.5.0'
5860
5961 testCompile ' junit:junit:4.12'
60- testCompile ' org.assertj:assertj-core:3.5.2 '
61- testCompile ' org.mockito:mockito-core:2.2.15 '
62+ testCompile ' org.assertj:assertj-core:3.11.1 '
63+ testCompile ' org.mockito:mockito-core:2.23.4 '
6264}
0 commit comments