Skip to content

Commit 3c85c26

Browse files
committed
Upgrade to Groovy 3.0.7, RxJava 3.0.8, Mockito 3.6.28
1 parent 7b3f53d commit 3c85c26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ configure(allprojects) { project ->
5353
entry 'aspectjtools'
5454
entry 'aspectjweaver'
5555
}
56-
dependencySet(group: 'org.codehaus.groovy', version: '3.0.6') {
56+
dependencySet(group: 'org.codehaus.groovy', version: '3.0.7') {
5757
entry 'groovy'
5858
entry 'groovy-jsr223'
5959
entry 'groovy-templates' // requires findbugs for warning-free compilation
@@ -64,7 +64,7 @@ configure(allprojects) { project ->
6464
dependency "io.reactivex:rxjava:1.3.8"
6565
dependency "io.reactivex:rxjava-reactive-streams:1.2.1"
6666
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"
6868
dependency "io.projectreactor.tools:blockhound:1.0.4.RELEASE"
6969

7070
dependency "com.caucho:hessian:4.0.63"
@@ -197,7 +197,7 @@ configure(allprojects) { project ->
197197
exclude group: "org.hamcrest", name: "hamcrest-core"
198198
}
199199
}
200-
dependencySet(group: 'org.mockito', version: '3.6.0') {
200+
dependencySet(group: 'org.mockito', version: '3.6.28') {
201201
entry('mockito-core') {
202202
exclude group: "org.hamcrest", name: "hamcrest-core"
203203
}

0 commit comments

Comments
 (0)