Skip to content

Commit

Permalink
fix add selenium-devtools to 8.2 (#1673)
Browse files Browse the repository at this point in the history
  • Loading branch information
caalador authored Aug 30, 2023
1 parent 0ad03ee commit 318a604
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vaadin-testbench-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-devtools-v115</artifactId>
<version>4.11.0</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
4 changes: 4 additions & 0 deletions vaadin-testbench-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-http-jdk-client</artifactId>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-devtools-v115</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 318a604

Please sign in to comment.