File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/com/browserstack/local Expand file tree Collapse file tree 3 files changed +5
-5
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.browserstack</groupId >
13
13
<artifactId >browserstack-local-java</artifactId >
14
- <version >1.1.3 </version >
14
+ <version >1.1.4 </version >
15
15
</dependency >
16
16
```
17
17
Original file line number Diff line number Diff line change 3
3
<groupId >com.browserstack</groupId >
4
4
<artifactId >browserstack-local-java</artifactId >
5
5
<packaging >jar</packaging >
6
- <version >1.1.3 -SNAPSHOT</version >
6
+ <version >1.1.4 -SNAPSHOT</version >
7
7
8
8
<name >browserstack-local-java</name >
9
9
<description >Java bindings for BrowserStack Local</description >
51
51
<scope >test</scope >
52
52
</dependency >
53
53
<dependency >
54
- <groupId >org.apache. commons</groupId >
54
+ <groupId >commons-io </groupId >
55
55
<artifactId >commons-io</artifactId >
56
- <version >1.3.2 </version >
56
+ <version >2.16.1 </version >
57
57
</dependency >
58
58
<dependency >
59
59
<groupId >org.json</groupId >
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.3 " ;
26
+ private final String packageVersion = "1.1.4 " ;
27
27
private final Map <String , String > parameters ;
28
28
private final Map <String , String > avoidValueParameters ;
29
29
You can’t perform that action at this time.
0 commit comments