Skip to content

Commit

Permalink
Merge pull request #367 from vsashidh/bug/upgrading-guava-and-seleniu…
Browse files Browse the repository at this point in the history
…m-versions

upgrading guava and selenium version to the latest version as of today
  • Loading branch information
smccarthy authored Sep 14, 2017
2 parents 349be69 + c976e3b commit 171be59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SeleniumGridExtras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</repositories>

<properties>
<version.selenium>3.5.2</version.selenium>
<version.selenium>3.5.3</version.selenium>
</properties>

<dependencies>
Expand Down Expand Up @@ -106,11 +106,11 @@
<artifactId>xuggler</artifactId>
<version>0.16</version>
</dependency>
<dependency> <!-- selenium-api-2.53.1 comes with guava 19.0 -->
<dependency> <!-- selenium-api-2.53.1 comes with guava 19.0 -->
<artifactId>guava</artifactId> <!-- Needed for UpgradeGridExtrasTask.getSanitizedReleaseList -->
<groupId>com.google.guava</groupId>
<type>jar</type>
<version>21.0</version>
<version>23.0</version>
</dependency>
<!-- <dependency> Not used anywhere
<groupId>org.json</groupId>
Expand Down

0 comments on commit 171be59

Please sign in to comment.