Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
for maven tests
  • Loading branch information
peterstadler committed Oct 16, 2024
1 parent 398f463 commit 75915f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>5.6.2</version>
<version>5.9.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.8.2</version>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.8.2</version>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.15.0</version>
<version>4.25.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.5.1</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 75915f9

Please sign in to comment.