Skip to content

Commit 72e6b73

Browse files
authored
Upgrade Selenuim and HtmlUnit-Driver to 4.35.0
2 parents a52d3a5 + 6118dae commit 72e6b73

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 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.33.1-SNAPSHOT</version>
8+
<version>4.34.1-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.34.0</selenium.version>
36-
<htmlunit.version>4.34.0</htmlunit.version>
35+
<selenium.version>4.35.0</selenium.version>
36+
<htmlunit.version>4.35.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>
@@ -73,9 +73,9 @@
7373
<dependencyManagement>
7474
<dependencies>
7575
<dependency>
76-
<groupId>org.slf4j</groupId>
77-
<artifactId>slf4j-api</artifactId>
78-
<version>1.7.35</version>
76+
<groupId>com.google.errorprone</groupId>
77+
<artifactId>error_prone_annotations</artifactId>
78+
<version>2.40.0</version>
7979
</dependency>
8080
</dependencies>
8181
</dependencyManagement>

0 commit comments

Comments
 (0)