File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/applitools/imagetester Expand file tree Collapse file tree 2 files changed +4
-4
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.7.0 </version >
7+ <version >3.7.1 </version >
88 <packaging >jar</packaging >
99 <properties >
1010 <maven .compiler.source>1.8</maven .compiler.source>
7373 <dependency >
7474 <groupId >com.twelvemonkeys.imageio</groupId >
7575 <artifactId >imageio-jpeg</artifactId >
76- <version >3.9.3 </version >
76+ <version >3.12.0 </version >
7777 </dependency >
7878 <dependency >
7979 <groupId >com.twelvemonkeys.imageio</groupId >
8080 <artifactId >imageio-tiff</artifactId >
81- <version >3.9.3 </version >
81+ <version >3.12.0 </version >
8282 </dependency >
8383 <dependency >
8484 <groupId >commons-io</groupId >
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.7.0 " ;
29+ private static final String cur_ver = "3.7.1 " ;
3030
3131 public static void main (String [] args ) {
3232
You can’t perform that action at this time.
0 commit comments