Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 9c04c09

Browse files
authored
Merge pull request #85 from browserup/dependabot/gradle/org.mockito-mockito-core-2.28.2
Bump mockito-core from 2.28.1 to 2.28.2
2 parents 0a305b3 + f4d68c7 commit 9c04c09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

browserup-proxy-core/build.gradle

+1-1
Original file line numberDiff line numberDiff 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.28.1'
101+
testImplementation 'org.mockito:mockito-core:2.28.2'
102102
testImplementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
103103
testImplementation 'org.apache.httpcomponents:httpclient:4.5.8'
104104
}

browserup-proxy-mitm/build.gradle

+1-1
Original file line numberDiff line numberDiff 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.28.1'
83+
testImplementation 'org.mockito:mockito-core:2.28.2'
8484
}

browserup-proxy-rest/build.gradle

+1-1
Original file line numberDiff line numberDiff 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.28.1'
85+
testImplementation 'org.mockito:mockito-core:2.28.2'
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'

0 commit comments

Comments
 (0)