File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.nordstrom.ui-tools</groupId >
7
7
<artifactId >htmlunit-remote</artifactId >
8
- <version >4.22 .1-SNAPSHOT</version >
8
+ <version >4.23 .1-SNAPSHOT</version >
9
9
10
10
<name >htmlunit-remote</name >
11
11
<description >This is the remote wrapper for HtmlUnitDriver</description >
32
32
<maven .build.timestamp.format>yyyy-MM-dd HH:mm</maven .build.timestamp.format>
33
33
<maven .compiler.source>11</maven .compiler.source>
34
34
<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>
36
37
<checkstyle .version>10.15.0</checkstyle .version>
37
38
<spotbugs .version>4.8.4</spotbugs .version>
38
- <archunit .version>1.3.0</archunit .version>
39
39
<dependencycheck .version>9.1.0</dependencycheck .version>
40
40
<skipSigning >true</skipSigning >
41
41
</properties >
86
86
<dependency >
87
87
<groupId >org.seleniumhq.selenium</groupId >
88
88
<artifactId >htmlunit3-driver</artifactId >
89
- <version >${selenium .version} </version >
89
+ <version >${htmlunit .version} </version >
90
90
</dependency >
91
91
<dependency >
92
92
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments