Skip to content

Commit 73797ed

Browse files
committed
selenium 4.40.0
1 parent d2faec2 commit 73797ed

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.seleniumhq.selenium</groupId>
77
<artifactId>htmlunit3-driver</artifactId>
8-
<version>4.39.0</version>
8+
<version>4.40.0-SNAPSHOT</version>
99

1010
<name>${project.artifactId}</name>
1111
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
@@ -15,12 +15,13 @@
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
1717

18-
<maven.compiler.source>11</maven.compiler.source>
19-
<maven.compiler.target>11</maven.compiler.target>
18+
<maven.compiler.source>17</maven.compiler.source>
19+
<maven.compiler.target>17</maven.compiler.target>
20+
<maven.compiler.release>17</maven.compiler.release>
2021

21-
<selenium.version>4.39.0</selenium.version>
22-
<selenium.devtools.artifactId>selenium-devtools-v143</selenium.devtools.artifactId>
23-
<htmlunit.version>4.20.0</htmlunit.version>
22+
<selenium.version>4.40.0</selenium.version>
23+
<selenium.devtools.artifactId>selenium-devtools-v144</selenium.devtools.artifactId>
24+
<htmlunit.version>4.21.0</htmlunit.version>
2425

2526
<jetty.version>9.4.58.v20250814</jetty.version>
2627

0 commit comments

Comments
 (0)