Skip to content

Commit

Permalink
Update webdriver manager version
Browse files Browse the repository at this point in the history
  • Loading branch information
TatuLund committed Sep 6, 2023
1 parent 1aabbff commit bf026b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>BeanTable</name>
<description>Table component for Vaadin platform</description>
<properties>
<vaadin.version>24.0.2</vaadin.version>
<vaadin.version>24.1.7</vaadin.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>5.1.0</version>
<version>5.4.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit bf026b0

Please sign in to comment.