File tree Expand file tree Collapse file tree 3 files changed +492
-467
lines changed
src/main/java/com/browserstack/client Expand file tree Collapse file tree 3 files changed +492
-467
lines changed Original file line number Diff line number Diff line change 66 <groupId >com.browserstack</groupId >
77 <artifactId >automate-client-java</artifactId >
88 <name >automate-client</name >
9- <version >0.5 </version >
9+ <version >0.6 </version >
1010 <packaging >jar</packaging >
1111 <description >Java bindings for BrowserStack Automate REST API</description >
1212 <url >https://www.browserstack.com</url >
111111 </build >
112112
113113 <dependencies >
114+
115+ <!-- https://mvnrepository.com/artifact/com.google.http-client/google-http-client-apache-v2 -->
114116 <dependency >
115117 <groupId >com.google.http-client</groupId >
116- <artifactId >google-http-client</artifactId >
117- <version >1.21.0</version >
118- <exclusions >
119- <exclusion >
120- <groupId >org.apache.httpcomponents</groupId >
121- <artifactId >httpclient</artifactId >
122- </exclusion >
123- </exclusions >
118+ <artifactId >google-http-client-apache-v2</artifactId >
119+ <version >1.38.0</version >
124120 </dependency >
125121
126122 <dependency >
You can’t perform that action at this time.
0 commit comments