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:
11
11
<dependency >
12
12
<groupId >com.browserstackgroupId >
13
13
<artifactId >browserstack-local-javaartifactId >
14
- <version >1.1.2 version >
14
+ <version >1.1.1 version >
15
15
dependency >
16
16
```
17
17
Original file line number Diff line number Diff line change 3
3
<groupId >com.browserstackgroupId >
4
4
<artifactId >browserstack-local-javaartifactId >
5
5
<packaging >jarpackaging >
6
- <version >1.1.2 -SNAPSHOTversion >
6
+ <version >1.1.1 -SNAPSHOTversion >
7
7
8
8
<name >browserstack-local-javaname >
9
9
<description >Java bindings for BrowserStack Localdescription >
51
51
<scope >testscope >
52
52
dependency >
53
53
<dependency >
54
- <groupId >commons-io groupId >
54
+ <groupId >org.apache. commonsgroupId >
55
55
<artifactId >commons-ioartifactId >
56
- <version >2.16.1 version >
56
+ <version >1.3.2 version >
57
57
dependency >
58
58
<dependency >
59
59
<groupId >org.jsongroupId >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class Local {
23
23
private LocalProcess proc = null ;
24
24
25
25
// Current version of binding package, used for --source option of binary
26
- private final String packageVersion = "1.1.2 " ;
26
+ private final String packageVersion = "1.1.1 " ;
27
27
private final Map <String , String > parameters ;
28
28
private final Map <String , String > avoidValueParameters ;
29
29
Original file line number Diff line number Diff line change 10
10
11
11
class LocalBinary {
12
12
13
- private static final String BIN_URL = "https://www.browserstack.com/local-testing/downloads/bin /" ;
13
+ private static final String BIN_URL = "https://www.browserstack.com/local-testing/downloads/binaries /" ;
14
14
15
15
private String httpPath ;
16
16
You can’t perform that action at this time.
0 commit comments