Skip to content

Commit

Permalink
Merge pull request #658 from mP1/feature/POM-webdrivermanager-5-7-0
Browse files Browse the repository at this point in the history
POM webdrivermanager 5.7.0
  • Loading branch information
mP1 authored Mar 25, 2024
2 parents caec44f + d074fe5 commit 1def2ed
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,14 @@

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.8.1</version>
<artifactId>commons-compress</artifactId>
<version>1.26.0</version>
</dependency>


<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.24.0</version>
<artifactId>commons-lang3</artifactId>
<version>3.8.1</version>
</dependency>

<!--
Expand Down Expand Up @@ -409,7 +408,7 @@ and
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>5.6.2</version>
<version>5.7.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1def2ed

Please sign in to comment.