Skip to content

Commit 05aa476

Browse files
authored
Merge pull request #2 from seleniumhq-community/pr/upgrade-to-4.25.0
Pr/upgrade to 4.25.0
2 parents bebcf79 + 2a4538d commit 05aa476

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 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.22.1-SNAPSHOT</version>
8+
<version>4.23.1-SNAPSHOT</version>
99

1010
<name>htmlunit-remote</name>
1111
<description>This is the remote wrapper for HtmlUnitDriver</description>
@@ -32,10 +32,10 @@
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.23.0</selenium.version>
35+
<selenium.version>4.25.0</selenium.version>
36+
<htmlunit.version>4.25.0</htmlunit.version>
3637
<checkstyle.version>10.15.0</checkstyle.version>
3738
<spotbugs.version>4.8.4</spotbugs.version>
38-
<archunit.version>1.3.0</archunit.version>
3939
<dependencycheck.version>9.1.0</dependencycheck.version>
4040
<skipSigning>true</skipSigning>
4141
</properties>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.seleniumhq.selenium</groupId>
8888
<artifactId>htmlunit3-driver</artifactId>
89-
<version>${selenium.version}</version>
89+
<version>${htmlunit.version}</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>junit</groupId>

0 commit comments

Comments
 (0)