Skip to content

Commit

Permalink
Merge pull request #844 from joinfaces/selenium-4.10.0
Browse files Browse the repository at this point in the history
Update selenium to 4.10.0
  • Loading branch information
persapiens authored Jul 22, 2023
2 parents 1a79d50 + 847f47a commit bf9b003
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
<httpclient5.version>5.2.1</httpclient5.version>

<!-- test library versions -->
<selenium.version>4.8.1</selenium.version>
<htmlunit-driver.version>4.8.1</htmlunit-driver.version>
<htmlunit.version>3.3.0</htmlunit.version>
<selenium.version>4.10.0</selenium.version>
<htmlunit-driver.version>4.10.0</htmlunit-driver.version>
<webdrivermanager.version>5.3.2</webdrivermanager.version>
<jarchivelib.version>1.2.0</jarchivelib.version>

Expand Down Expand Up @@ -124,18 +123,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>${htmlunit.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
Expand Down Expand Up @@ -236,10 +223,6 @@
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
</dependency>
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
</dependency>
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
Expand Down

0 comments on commit bf9b003

Please sign in to comment.