Skip to content

Commit

Permalink
2.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jun 2, 2022
1 parent a4da76b commit 1098a99
Showing 1 changed file with 3 additions and 3 deletions.
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.62.0-SNAPSHOT</version>
<version>2.62.0</version>

<name>htmlunit-driver</name>
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
Expand All @@ -14,7 +14,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<selenium.version>3.141.59</selenium.version>
<htmlunit.version>2.62.0-SNAPSHOT</htmlunit.version>
<htmlunit.version>2.62.0</htmlunit.version>
<jetty.version>9.4.46.v20220331</jetty.version>
</properties>

Expand Down Expand Up @@ -188,7 +188,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 1098a99

Please sign in to comment.