Skip to content

Commit

Permalink
version 2.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jul 4, 2021
1 parent 9333a5c commit 3c809ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add a dependency on the latest `htmlunit-driver` version available in the Maven
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.50.0</version>
<version>2.51.0</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.51.0-SNAPSHOT</version>
<version>2.51.0</version>

<name>htmlunit-driver</name>
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
Expand All @@ -14,8 +14,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<selenium.version>3.141.59</selenium.version>
<htmlunit.version>2.50.0</htmlunit.version>
<jetty.version>9.4.40.v20210413</jetty.version>
<htmlunit.version>2.51.0</htmlunit.version>
<jetty.version>9.4.42.v20210604</jetty.version>
</properties>

<licenses>
Expand Down

0 comments on commit 3c809ef

Please sign in to comment.