Skip to content

Commit ef03ccb

Browse files
Upgraded to the Applitools Universal SDK
1 parent c30d10f commit ef03ccb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.applitools.example</groupId>
88
<artifactId>example-selenium-java-junit-ufg</artifactId>
9-
<version>2.0</version>
9+
<version>2.1.0</version>
1010

1111
<properties>
1212
<maven.compiler.source>1.8</maven.compiler.source>
@@ -26,20 +26,20 @@
2626
<dependencies>
2727
<dependency>
2828
<groupId>com.applitools</groupId>
29-
<artifactId>eyes-selenium-java3</artifactId>
30-
<version>3.213.0</version>
29+
<artifactId>eyes-selenium-java5</artifactId>
30+
<version>5.15.0</version>
3131
<scope>test</scope>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.junit.jupiter</groupId>
3535
<artifactId>junit-jupiter</artifactId>
36-
<version>5.8.2</version>
36+
<version>5.9.0</version>
3737
<scope>test</scope>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.seleniumhq.selenium</groupId>
4141
<artifactId>selenium-java</artifactId>
42-
<version>4.2.1</version>
42+
<version>4.3.0</version>
4343
<scope>test</scope>
4444
</dependency>
4545
</dependencies>

0 commit comments

Comments
 (0)