Skip to content

Commit 607b51b

Browse files
committed
upgrade to latest Selenium (2.20.0) and HTTP Client and confirmed SSL is working still
1 parent 505f31d commit 607b51b

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -182,19 +182,12 @@
182182
<dependency>
183183
<groupId>org.apache.httpcomponents</groupId>
184184
<artifactId>httpclient</artifactId>
185-
<version>4.1</version>
185+
<version>4.1.3</version>
186186
</dependency>
187187
<dependency>
188188
<groupId>org.apache.httpcomponents</groupId>
189189
<artifactId>httpmime</artifactId>
190-
<version>4.1</version>
191-
</dependency>
192-
193-
<dependency>
194-
<groupId>junit</groupId>
195-
<artifactId>junit</artifactId>
196-
<version>4.8.1</version>
197-
<scope>test</scope>
190+
<version>4.1.3</version>
198191
</dependency>
199192

200193
<dependency>
@@ -255,7 +248,7 @@
255248
<dependency>
256249
<groupId>org.seleniumhq.selenium</groupId>
257250
<artifactId>selenium-api</artifactId>
258-
<version>2.18.0</version>
251+
<version>2.20.0</version>
259252
</dependency>
260253

261254
<dependency>

0 commit comments

Comments
 (0)