This repository was archived by the owner on Jun 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ dependencies {
9898 exclude(module : ' netty-handler' )
9999 exclude(module : ' netty-transport' )
100100 }
101- testImplementation ' org.mockito:mockito-core:2.27.0 '
101+ testImplementation ' org.mockito:mockito-core:2.28.1 '
102102 testImplementation ' org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
103103 testImplementation ' org.apache.httpcomponents:httpclient:4.5.8'
104104}
Original file line number Diff line number Diff line change @@ -80,5 +80,5 @@ dependencies {
8080 testImplementation ' org.codehaus.groovy:groovy-all:2.5.7'
8181 testImplementation ' org.hamcrest:hamcrest:2.1'
8282 testImplementation ' org.hamcrest:hamcrest-library:2.1'
83- testImplementation ' org.mockito:mockito-core:2.27.0 '
83+ testImplementation ' org.mockito:mockito-core:2.28.1 '
8484}
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ dependencies {
8282 testImplementation ' org.hamcrest:hamcrest:2.1'
8383 testImplementation ' org.hamcrest:hamcrest-library:2.1'
8484 testImplementation ' org.mock-server:mockserver-netty:5.5.4'
85- testImplementation ' org.mockito:mockito-core:2.27.0 '
85+ testImplementation ' org.mockito:mockito-core:2.28.1 '
8686 testImplementation ' org.seleniumhq.selenium:selenium-api:3.4.0'
8787 testImplementation ' org.awaitility:awaitility:3.1.6'
8888 testImplementation ' xyz.rogfam:littleproxy:2.0.0-beta-3'
You can’t perform that action at this time.
0 commit comments