Skip to content

Commit bed42a1

Browse files
Updated dependency versions
1 parent 608a5ed commit bed42a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
<dependency>
2828
<groupId>com.applitools</groupId>
2929
<artifactId>eyes-selenium-java5</artifactId>
30-
<version>5.15.0</version>
30+
<version>5.35.0</version>
3131
<scope>test</scope>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.junit.jupiter</groupId>
3535
<artifactId>junit-jupiter</artifactId>
36-
<version>5.9.0</version>
36+
<version>5.9.1</version>
3737
<scope>test</scope>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.seleniumhq.selenium</groupId>
4141
<artifactId>selenium-java</artifactId>
42-
<version>4.4.0</version>
42+
<version>4.6.0</version>
4343
<scope>test</scope>
4444
</dependency>
4545
</dependencies>

0 commit comments

Comments
 (0)