@@ -72,7 +72,7 @@ configure(allprojects) { project ->
72
72
ext. log4jVersion = ' 2.7'
73
73
ext. nettyVersion = " 4.1.6.Final"
74
74
ext. okhttpVersion = " 2.7.5"
75
- ext. okhttp3Version = " 3.4.1 "
75
+ ext. okhttp3Version = " 3.4.2 "
76
76
ext. poiVersion = " 3.15"
77
77
ext. protobufVersion = " 3.1.0"
78
78
ext. quartzVersion = " 2.2.3"
@@ -81,7 +81,7 @@ configure(allprojects) { project ->
81
81
ext. reactorCoreVersion = ' 3.0.3.RELEASE'
82
82
ext. reactorNettyVersion = ' 0.5.2.RELEASE'
83
83
ext. romeVersion = " 1.7.0"
84
- ext. rxjavaVersion = ' 1.2.1 '
84
+ ext. rxjavaVersion = ' 1.2.2 '
85
85
ext. rxjavaAdapterVersion = ' 1.2.0'
86
86
ext. rxjava2Version = ' 2.0.0'
87
87
ext. rxnettyVersion = ' 0.5.2-rc.4'
@@ -179,7 +179,7 @@ configure(allprojects) { project ->
179
179
testCompile(" junit:junit:${ junitVersion} " ) {
180
180
exclude group :' org.hamcrest' , module :' hamcrest-core'
181
181
}
182
- testCompile(" org.mockito:mockito-core:2.2.10 " ) {
182
+ testCompile(" org.mockito:mockito-core:2.2.11 " ) {
183
183
exclude group :' org.hamcrest' , module :' hamcrest-core'
184
184
}
185
185
testCompile(" org.hamcrest:hamcrest-all:${ hamcrestVersion} " )
0 commit comments