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:
1111<dependency >
1212 <groupId >com.browserstack</groupId >
1313 <artifactId >browserstack-local-java</artifactId >
14- <version >1.0.7 </version >
14+ <version >1.0.8 </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.0.7 -SNAPSHOT</version >
6+ <version >1.0.8 -SNAPSHOT</version >
77
88 <name >browserstack-local-java</name >
99 <description >Java bindings for BrowserStack Local</description >
5858 <dependency >
5959 <groupId >org.json</groupId >
6060 <artifactId >json</artifactId >
61- <version >20160212 </version >
61+ <version >20230227 </version >
6262 </dependency >
6363 </dependencies >
6464
134134 <plugin >
135135 <groupId >org.sonatype.plugins</groupId >
136136 <artifactId >nexus-staging-maven-plugin</artifactId >
137- <version >1.6.7 </version >
137+ <version >1.6.13 </version >
138138 <extensions >true</extensions >
139139 <configuration >
140140 <serverId >ossrh</serverId >
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.0.7 " ;
26+ private final String packageVersion = "1.0.8 " ;
2727 private final Map <String , String > parameters ;
2828 private final Map <String , String > avoidValueParameters ;
2929
You can’t perform that action at this time.
0 commit comments