Skip to content

Commit

Permalink
chore: Upgrade Selenium to 4.14 (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabarov authored Oct 12, 2023
1 parent ce24c59 commit e28efb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<Implementation-Version>${project.version}</Implementation-Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<selenium.version>4.13.0</selenium.version>
<selenium.version>4.14.0</selenium.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<spring.version>6.0.9</spring.version>
Expand Down
4 changes: 0 additions & 4 deletions vaadin-testbench-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,6 @@
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-http</artifactId>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-http-jdk-client</artifactId>
</dependency>

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

0 comments on commit e28efb0

Please sign in to comment.