We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bb903 commit 895bfc6Copy full SHA for 895bfc6
2 files changed
pom.xml
@@ -204,7 +204,7 @@
204
<plugin>
205
<groupId>org.apache.maven.plugins</groupId>
206
<artifactId>maven-enforcer-plugin</artifactId>
207
- <version>3.2.1</version>
+ <version>3.3.0</version>
208
<executions>
209
<execution>
210
<configuration>
src/test/java/org/htmlunit/ExternalTest.java
@@ -61,7 +61,7 @@ public class ExternalTest {
61
static String EDGE_DRIVER_URL_ = "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/";
62
63
/** Gecko driver. */
64
- static String GECKO_DRIVER_ = "0.32.2";
+ static String GECKO_DRIVER_ = "0.33.0";
65
static String GECKO_DRIVER_URL_ = "https://github.com/mozilla/geckodriver/releases/latest";
66
67
/** IE driver. */
0 commit comments