Skip to content

Commit

Permalink
3.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Mar 19, 2022
1 parent c42eb35 commit ae2d998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Simply add a dependency on the latest `htmlunit-driver` version available in the
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>3.58.0</version>
<version>3.60.0</version>
</dependency>
```

Expand All @@ -39,7 +39,7 @@ Simply add a dependency on the latest `htmlunit-driver` version available in the
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.58.0</version>
<version>2.60.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>3.59.0</version>
<version>3.60.0</version>

<name>htmlunit-driver</name>
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
<url>https://github.com/SeleniumHQ/htmlunit-driver</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<htmlunit.version>2.59.0</htmlunit.version>
<htmlunit.version>2.60.0</htmlunit.version>
<selenium.version>4.1.0</selenium.version>
<jetty.version>9.4.45.v20220203</jetty.version>
</properties>
Expand Down

0 comments on commit ae2d998

Please sign in to comment.