Skip to content

Commit 895bfc6

Browse files
committed
gecko driver update
1 parent f7bb903 commit 895bfc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
<plugin>
205205
<groupId>org.apache.maven.plugins</groupId>
206206
<artifactId>maven-enforcer-plugin</artifactId>
207-
<version>3.2.1</version>
207+
<version>3.3.0</version>
208208
<executions>
209209
<execution>
210210
<configuration>

src/test/java/org/htmlunit/ExternalTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class ExternalTest {
6161
static String EDGE_DRIVER_URL_ = "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/";
6262

6363
/** Gecko driver. */
64-
static String GECKO_DRIVER_ = "0.32.2";
64+
static String GECKO_DRIVER_ = "0.33.0";
6565
static String GECKO_DRIVER_URL_ = "https://github.com/mozilla/geckodriver/releases/latest";
6666

6767
/** IE driver. */

0 commit comments

Comments
 (0)