File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ configure(allprojects) { project ->
53
53
entry ' aspectjtools'
54
54
entry ' aspectjweaver'
55
55
}
56
- dependencySet(group : ' org.codehaus.groovy' , version : ' 3.0.6 ' ) {
56
+ dependencySet(group : ' org.codehaus.groovy' , version : ' 3.0.7 ' ) {
57
57
entry ' groovy'
58
58
entry ' groovy-jsr223'
59
59
entry ' groovy-templates' // requires findbugs for warning-free compilation
@@ -64,7 +64,7 @@ configure(allprojects) { project ->
64
64
dependency " io.reactivex:rxjava:1.3.8"
65
65
dependency " io.reactivex:rxjava-reactive-streams:1.2.1"
66
66
dependency " io.reactivex.rxjava2:rxjava:2.2.19"
67
- dependency " io.reactivex.rxjava3:rxjava:3.0.7 "
67
+ dependency " io.reactivex.rxjava3:rxjava:3.0.8 "
68
68
dependency " io.projectreactor.tools:blockhound:1.0.4.RELEASE"
69
69
70
70
dependency " com.caucho:hessian:4.0.63"
@@ -197,7 +197,7 @@ configure(allprojects) { project ->
197
197
exclude group : " org.hamcrest" , name : " hamcrest-core"
198
198
}
199
199
}
200
- dependencySet(group : ' org.mockito' , version : ' 3.6.0 ' ) {
200
+ dependencySet(group : ' org.mockito' , version : ' 3.6.28 ' ) {
201
201
entry(' mockito-core' ) {
202
202
exclude group : " org.hamcrest" , name : " hamcrest-core"
203
203
}
You can’t perform that action at this time.
0 commit comments