diff --git a/pom.xml b/pom.xml
index 20c8d26..988926b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.nordstrom.ui-tools
htmlunit-remote
- 4.29.1-SNAPSHOT
+ 4.30.1-SNAPSHOT
htmlunit-remote
This is the remote wrapper for HtmlUnitDriver
@@ -34,6 +34,7 @@
11
4.30.0
4.30.0
+ 4.13.2
10.15.0
4.8.4
9.1.0
@@ -91,7 +92,7 @@
junit
junit
- 4.13.2
+ ${junit.version}
test
diff --git a/src/main/java/org/openqa/selenium/htmlunit/remote/HtmlUnitDriverServer.java b/src/main/java/org/openqa/selenium/htmlunit/remote/HtmlUnitDriverServer.java
index f813437..e67c87b 100644
--- a/src/main/java/org/openqa/selenium/htmlunit/remote/HtmlUnitDriverServer.java
+++ b/src/main/java/org/openqa/selenium/htmlunit/remote/HtmlUnitDriverServer.java
@@ -82,7 +82,7 @@ public class HtmlUnitDriverServer extends NettyServer {
* @param options {@link BaseServerOptions} object
*/
public HtmlUnitDriverServer(BaseServerOptions options) {
- super(options, createHandlers().httpHandler);
+ super(options, HANDLERS.httpHandler);
}
private static final Type MAP_OF_LONGS = new TypeToken