File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
src/main/java/com/applitools/imagetester Expand file tree Collapse file tree 2 files changed +10
-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.2.1 </version >
7+ <version >3.2.2 </version >
88 <packaging >jar</packaging >
99 <properties >
1010 <maven .compiler.source>1.8</maven .compiler.source>
7676 <artifactId >jackson-dataformat-csv</artifactId >
7777 <version >2.13.4</version >
7878 </dependency >
79+ <dependency >
80+ <groupId >org.slf4j</groupId >
81+ <artifactId >slf4j-simple</artifactId >
82+ <version >1.7.32</version >
83+ <scope >compile</scope >
84+ </dependency >
7985 </dependencies >
8086 <build >
8187 <finalName >../jars/${project.artifactId} _${project.version} </finalName >
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.1.5 " ;
29+ private static final String cur_ver = "3.2.2 " ;
3030
3131 public static void main (String [] args ) {
3232
@@ -66,8 +66,8 @@ public static void main(String[] args) {
6666 proxySettings = proxyString != null ? proxyString .split ("," ) : null ;
6767 }
6868
69- config .setProxy (proxySettings );
70-
69+ config .setProxy (proxySettings );
70+
7171 String [] accessibilityOptions = cmd .getOptionValues ("ac" );
7272 accessibilityOptions = cmd .hasOption ("ac" ) && accessibilityOptions == null ? new String [0 ] : accessibilityOptions ;
7373
You can’t perform that action at this time.
0 commit comments