Skip to content

Commit

Permalink
3.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jun 2, 2022
1 parent 01b14da commit b0d7072
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.61.0</version>
<version>3.62.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.61.0</version>
<version>2.62.0</version>
</dependency>
```

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

<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>3.62.0-SNAPSHOT</version>
<version>3.62.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>
<selenium.version>4.1.3</selenium.version>
<htmlunit.version>2.62.0-SNAPSHOT</htmlunit.version>
<selenium.version>4.2.1</selenium.version>
<htmlunit.version>2.62.0</htmlunit.version>
<jetty.version>9.4.46.v20220331</jetty.version>
</properties>

Expand Down Expand Up @@ -193,7 +193,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<version>2.8.9</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b0d7072

Please sign in to comment.