Skip to content

Commit 4a4fef0

Browse files
authored
Upgrade Selenium and driver to 4.32.0
2 parents 8430955 + 22c9344 commit 4a4fef0

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>com.nordstrom.ui-tools</groupId>
77
<artifactId>htmlunit-remote</artifactId>
8-
<version>4.30.1-SNAPSHOT</version>
8+
<version>4.30.2-SNAPSHOT</version>
99

1010
<name>htmlunit-remote</name>
1111
<description>This is the remote wrapper for HtmlUnitDriver</description>
@@ -32,8 +32,8 @@
3232
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
3333
<maven.compiler.source>11</maven.compiler.source>
3434
<maven.compiler.target>11</maven.compiler.target>
35-
<selenium.version>4.30.0</selenium.version>
36-
<htmlunit.version>4.30.0</htmlunit.version>
35+
<selenium.version>4.32.0</selenium.version>
36+
<htmlunit.version>4.32.0</htmlunit.version>
3737
<junit.version>4.13.2</junit.version>
3838
<checkstyle.version>10.15.0</checkstyle.version>
3939
<spotbugs.version>4.8.4</spotbugs.version>

0 commit comments

Comments
 (0)