Skip to content

Commit 1098a99

Browse files
committed
2.62.0
1 parent a4da76b commit 1098a99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.seleniumhq.selenium</groupId>
77
<artifactId>htmlunit-driver</artifactId>
8-
<version>2.62.0-SNAPSHOT</version>
8+
<version>2.62.0</version>
99

1010
<name>htmlunit-driver</name>
1111
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
@@ -14,7 +14,7 @@
1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<selenium.version>3.141.59</selenium.version>
17-
<htmlunit.version>2.62.0-SNAPSHOT</htmlunit.version>
17+
<htmlunit.version>2.62.0</htmlunit.version>
1818
<jetty.version>9.4.46.v20220331</jetty.version>
1919
</properties>
2020

@@ -188,7 +188,7 @@
188188
<dependency>
189189
<groupId>com.google.code.gson</groupId>
190190
<artifactId>gson</artifactId>
191-
<version>2.8.6</version>
191+
<version>2.8.9</version>
192192
<scope>test</scope>
193193
</dependency>
194194
<dependency>

0 commit comments

Comments
 (0)