Skip to content

Commit bf9b040

Browse files
committed
spotbugs
1 parent e0a89f1 commit bf9b040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<!-- As a property, as it is included in Checkstyle build -->
4646
<checkstyle.version>10.21.1</checkstyle.version>
47-
<spotbugs.version>4.8.6</spotbugs.version>
47+
<spotbugs.version>4.9.0</spotbugs.version>
4848
<pmd.version>7.9.0</pmd.version>
4949
<junit.version>4.13.2</junit.version>
5050
<archunit.version>1.3.0</archunit.version>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class ExternalTest {
5959
static String CHROME_DRIVER_URL_ =
6060
"https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json";
6161

62-
static String EDGE_DRIVER_ = "130.0.2849";
62+
static String EDGE_DRIVER_ = "132.0.2957";
6363
static String EDGE_DRIVER_URL_ = "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/";
6464

6565
/** Gecko driver. */

0 commit comments

Comments
 (0)