|
149 | 149 | <dependency> |
150 | 150 | <groupId>org.seleniumhq.selenium</groupId> |
151 | 151 | <artifactId>selenium-java</artifactId> |
152 | | - <version>3.8.1</version> |
| 152 | + <version>3.9.1</version> |
153 | 153 | </dependency> |
154 | 154 | <dependency> |
155 | 155 | <groupId>org.seleniumhq.selenium</groupId> |
156 | 156 | <artifactId>selenium-server</artifactId> |
157 | | - <version>3.8.1</version> |
| 157 | + <version>3.9.1</version> |
158 | 158 | </dependency> |
159 | 159 | <dependency> |
160 | 160 | <groupId>org.seleniumhq.selenium</groupId> |
161 | 161 | <artifactId>selenium-remote-driver</artifactId> |
162 | | - <version>3.8.1</version> |
| 162 | + <version>3.9.1</version> |
163 | 163 | </dependency> |
164 | 164 | <dependency> |
165 | 165 | <groupId>io.appium</groupId> |
|
169 | 169 | <dependency> |
170 | 170 | <groupId>com.google.guava</groupId> |
171 | 171 | <artifactId>guava</artifactId> |
172 | | - <version>23.5-jre</version> |
| 172 | + <version>24.0-jre</version> |
173 | 173 | </dependency> |
174 | 174 | <dependency> |
175 | 175 | <groupId>org.apache.httpcomponents</groupId> |
176 | 176 | <artifactId>httpclient</artifactId> |
177 | | - <version>4.5.3</version> |
| 177 | + <version>4.5.5</version> |
178 | 178 | </dependency> |
179 | 179 | <dependency> |
180 | 180 | <groupId>org.apache.httpcomponents</groupId> |
181 | 181 | <artifactId>httpmime</artifactId> |
182 | | - <version>4.5.3</version> |
| 182 | + <version>4.5.5</version> |
183 | 183 | </dependency> |
184 | 184 | <dependency> |
185 | 185 | <groupId>org.apache.commons</groupId> |
|
209 | 209 | <dependency> |
210 | 210 | <groupId>com.codeborne</groupId> |
211 | 211 | <artifactId>phantomjsdriver</artifactId> |
212 | | - <version>1.4.3</version> |
| 212 | + <version>1.4.4</version> |
213 | 213 | <exclusions> |
214 | 214 | <exclusion> |
215 | 215 | <groupId>org.seleniumhq.selenium</groupId> |
|
228 | 228 | <dependency> |
229 | 229 | <groupId>com.webfirmframework</groupId> |
230 | 230 | <artifactId>wffweb</artifactId> |
231 | | - <version>2.1.13</version> |
| 231 | + <version>2.1.15</version> |
232 | 232 | </dependency> |
233 | 233 | <dependency> |
234 | 234 | <groupId>org.assertj</groupId> |
235 | 235 | <artifactId>assertj-core</artifactId> |
236 | | - <version>3.2.0</version> |
| 236 | + <version>3.9.0</version> |
237 | 237 | <scope>test</scope> |
238 | 238 | </dependency> |
239 | 239 | <dependency> |
240 | 240 | <groupId>org.mockito</groupId> |
241 | 241 | <artifactId>mockito-core</artifactId> |
242 | | - <version>2.8.47</version> |
| 242 | + <version>2.15.0</version> |
243 | 243 | <scope>test</scope> |
244 | 244 | </dependency> |
245 | 245 | <dependency> |
|
0 commit comments