File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
com/applitools/imagetester Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >com.applitools.imagetester</groupId >
66 <artifactId >ImageTester</artifactId >
7- <version >3.5.1 </version >
7+ <version >3.5.2 </version >
88 <packaging >jar</packaging >
99 <properties >
1010 <maven .compiler.source>1.8</maven .compiler.source>
3333 <dependency >
3434 <groupId >org.apache.pdfbox</groupId >
3535 <artifactId >pdfbox</artifactId >
36- <version >2.0.27 </version >
36+ <version >2.0.29 </version >
3737 </dependency >
3838 <dependency >
3939 <groupId >com.applitools</groupId >
4040 <artifactId >eyes-images-java5</artifactId >
41- <version >5.49.0 </version >
41+ <version >5.63.3 </version >
4242 </dependency >
4343 <dependency >
4444 <groupId >commons-cli</groupId >
7474 <dependency >
7575 <groupId >com.opencsv</groupId >
7676 <artifactId >opencsv</artifactId >
77- <version >5.7.1 </version >
77+ <version >5.8 </version >
7878 </dependency >
7979 <dependency >
8080 <groupId >com.fasterxml.jackson.dataformat</groupId >
Original file line number Diff line number Diff line change 11Manifest-Version : 1.0
22Main-Class : com.applitools.imagetester.ImageTester
3- Implementation-Version : 3.5.1
3+ Implementation-Version : 3.5.2
44
Original file line number Diff line number Diff line change 2626import com .applitools .imagetester .lib .Utils ;
2727
2828public class ImageTester {
29- private static final String cur_ver = "3.5.1 " ;
29+ private static final String cur_ver = "3.5.2 " ;
3030
3131 public static void main (String [] args ) {
3232
You can’t perform that action at this time.
0 commit comments