Skip to content

Commit

Permalink
webdrivermanager 5.6.2 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mP1 committed Feb 3, 2024
1 parent 42724a9 commit 9af5737
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,25 @@
<version>4.13.1</version>
</dependency>

<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.13.0</version>
</dependency>

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


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

<!--
Dependency convergence error for org.apache.httpcomponents.client5:httpclient5:5.0.3 paths to dependency are:
Expand Down Expand Up @@ -396,7 +409,7 @@ and
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>5.5.3</version>
<version>5.6.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9af5737

Please sign in to comment.