Skip to content

Commit

Permalink
3.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Aug 19, 2022
1 parent 86c7520 commit e286a9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ Simply add a dependency on the latest `htmlunit-driver` version available in the
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>3.63.0</version>
<version>3.64.0</version>
</dependency>
```

| selenium | htmlunit-driver |
|----------|-----------------|
| 4.4.0 | 3.64.0 |
| 4.3.0 | 3.63.0 |
| 4.2.1 | 3.62.0 |
| 4.1.3 | 3.61.0 |
Expand All @@ -48,7 +49,7 @@ Simply add a dependency on the latest `htmlunit-driver` version available in the
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.63.0</version>
<version>2.64.0</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>3.64.0-SNAPSHOT</version>
<version>3.64.0</version>

<name>htmlunit-driver</name>
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
Expand All @@ -19,7 +19,7 @@
<maven.compiler.target>8</maven.compiler.target>

<selenium.version>4.4.0</selenium.version>
<htmlunit.version>2.63.0</htmlunit.version>
<htmlunit.version>2.64.0</htmlunit.version>

<jetty.version>9.4.48.v20220622</jetty.version>

Expand Down Expand Up @@ -276,7 +276,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.1</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit e286a9c

Please sign in to comment.