This repository was archived by the owner on Jun 11, 2024. It is now read-only.
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ dependencies {
98
98
exclude(module : ' netty-handler' )
99
99
exclude(module : ' netty-transport' )
100
100
}
101
- testImplementation ' org.mockito:mockito-core:2.28.1 '
101
+ testImplementation ' org.mockito:mockito-core:2.28.2 '
102
102
testImplementation ' org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
103
103
testImplementation ' org.apache.httpcomponents:httpclient:4.5.8'
104
104
}
Original file line number Diff line number Diff line change @@ -80,5 +80,5 @@ dependencies {
80
80
testImplementation ' org.codehaus.groovy:groovy-all:2.5.7'
81
81
testImplementation ' org.hamcrest:hamcrest:2.1'
82
82
testImplementation ' org.hamcrest:hamcrest-library:2.1'
83
- testImplementation ' org.mockito:mockito-core:2.28.1 '
83
+ testImplementation ' org.mockito:mockito-core:2.28.2 '
84
84
}
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ dependencies {
82
82
testImplementation ' org.hamcrest:hamcrest:2.1'
83
83
testImplementation ' org.hamcrest:hamcrest-library:2.1'
84
84
testImplementation ' org.mock-server:mockserver-netty:5.5.4'
85
- testImplementation ' org.mockito:mockito-core:2.28.1 '
85
+ testImplementation ' org.mockito:mockito-core:2.28.2 '
86
86
testImplementation ' org.seleniumhq.selenium:selenium-api:3.4.0'
87
87
testImplementation ' org.awaitility:awaitility:3.1.6'
88
88
testImplementation ' xyz.rogfam:littleproxy:2.0.0-beta-3'
You can’t perform that action at this time.
0 commit comments