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

Commit fef53ea

Browse files
Update selenium-firefox test dependency (#37)
1 parent 240ff41 commit fef53ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

browserup-proxy-core/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,6 @@ dependencies {
110110
exclude(module: 'netty-transport')
111111
}
112112
testImplementation 'org.mockito:mockito-core:2.23.4'
113-
testImplementation 'org.seleniumhq.selenium:selenium-firefox-driver:2.53.1'
113+
testImplementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
114+
testImplementation 'org.apache.httpcomponents:httpclient:4.5.8'
114115
}

0 commit comments

Comments
 (0)