Skip to content

Commit

Permalink
webdriver manager 5.5.3
Browse files Browse the repository at this point in the history
- ChromeDriver 116+ download successful again.
  • Loading branch information
mP1 committed Sep 7, 2023
1 parent e86358c commit 948def1
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@
<version>2.1.3</version>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>25.0-jre</version>
</dependency>

<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down Expand Up @@ -146,6 +152,25 @@
<version>3.8.1</version>
</dependency>

<!--
Dependency convergence error for org.apache.httpcomponents.client5:httpclient5:5.0.3 paths to dependency are:
+-walkingkooka:j2cl-maven-plugin:1.0-SNAPSHOT
+-io.github.bonigarcia:webdrivermanager:5.5.2
+-com.github.docker-java:docker-java-transport-httpclient5:3.3.3
+-org.apache.httpcomponents.client5:httpclient5:5.0.3
and
+-walkingkooka:j2cl-maven-plugin:1.0-SNAPSHOT
+-io.github.bonigarcia:webdrivermanager:5.5.2
+-org.apache.httpcomponents.client5:httpclient5:5.2.1
]
-->
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.2.1</version>
</dependency>

<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
Expand Down Expand Up @@ -371,7 +396,7 @@
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>4.0.0</version>
<version>5.5.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 948def1

Please sign in to comment.