@@ -8,55 +8,57 @@ sourceCompatibility = 1.8
8
8
targetCompatibility = 1.8
9
9
10
10
repositories {
11
- mavenCentral ()
11
+ jcenter ()
12
12
}
13
13
14
14
15
15
dependencies {
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
+
17
19
testCompile ' io.reactivex:rxnetty-http:0.5.2'
18
20
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 '
21
23
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'
28
29
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 '
32
33
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'
36
37
37
38
testCompile ' com.google.android:android:4.1.1.4'
38
39
// testCompile 'com.jakewharton.rxbinding:rxbinding:0.4.0'
39
40
40
41
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 '
42
43
testCompile ' com.ning:async-http-client:1.9.40'
43
44
44
45
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'
47
50
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'
50
55
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'
55
56
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'
58
60
59
61
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 '
62
64
}
0 commit comments