File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/main/java/com/browserstack/local Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Add this dependency to your project's POM:
1111<dependency >
1212 <groupId >com.browserstack</groupId >
1313 <artifactId >browserstack-local-java</artifactId >
14- <version >1.1.3 </version >
14+ <version >1.1.2 </version >
1515</dependency >
1616```
1717
Original file line number Diff line number Diff line change 33 <groupId >com.browserstack</groupId >
44 <artifactId >browserstack-local-java</artifactId >
55 <packaging >jar</packaging >
6- <version >1.1.3 -SNAPSHOT</version >
6+ <version >1.1.2 -SNAPSHOT</version >
77
88 <name >browserstack-local-java</name >
99 <description >Java bindings for BrowserStack Local</description >
5151 <scope >test</scope >
5252 </dependency >
5353 <dependency >
54- <groupId >org.apache. commons</groupId >
54+ <groupId >commons-io </groupId >
5555 <artifactId >commons-io</artifactId >
56- <version >1.3.2 </version >
56+ <version >2.16.1 </version >
5757 </dependency >
5858 <dependency >
5959 <groupId >org.json</groupId >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class Local {
2323 private LocalProcess proc = null ;
2424
2525 // Current version of binding package, used for --source option of binary
26- private final String packageVersion = "1.1.3 " ;
26+ private final String packageVersion = "1.1.2 " ;
2727 private final Map <String , String > parameters ;
2828 private final Map <String , String > avoidValueParameters ;
2929
Original file line number Diff line number Diff line change 1010
1111class LocalBinary {
1212
13- private static final String BIN_URL = "https://www.browserstack.com/local-testing/downloads/binaries /" ;
13+ private static final String BIN_URL = "https://www.browserstack.com/local-testing/downloads/bin /" ;
1414
1515 private String httpPath ;
1616
You can’t perform that action at this time.
0 commit comments