|
5 | 5 |
|
6 | 6 | <groupId>com.github.hi-fi</groupId>
|
7 | 7 | <artifactId>robotframework-seleniumlibrary</artifactId>
|
8 |
| - <version>4.0.0-alpha-1.0-SNAPSHOT</version> |
| 8 | + <version>4.0.0-alpha-2.0-SNAPSHOT</version> |
9 | 9 | <packaging>jar</packaging>
|
10 | 10 |
|
11 | 11 | <name>Robot Framework :: SeleniumLibrary</name>
|
|
71 | 71 | <java.version>1.8</java.version>
|
72 | 72 | <robotframework.maven.plugin.version>1.5.1</robotframework.maven.plugin.version>
|
73 | 73 | <robotframework.version>3.1.2</robotframework.version>
|
74 |
| - <selenium.version>4.0.0-alpha-1</selenium.version> |
| 74 | + <selenium.version>4.0.0-alpha-2</selenium.version> |
75 | 75 | <keywords.class>SeleniumLibrary</keywords.class>
|
76 | 76 | <browser>jbrowser</browser>
|
77 | 77 | <downloadWebDriver>False</downloadWebDriver>
|
|
118 | 118 | <dependency>
|
119 | 119 | <groupId>io.appium</groupId>
|
120 | 120 | <artifactId>java-client</artifactId>
|
121 |
| - <version>7.0.0</version> |
| 121 | + <version>7.2.0</version> |
122 | 122 | <exclusions>
|
123 | 123 | <exclusion>
|
124 | 124 | <groupId>org.seleniumhq.selenium</groupId>
|
|
139 | 139 | <dependency>
|
140 | 140 | <groupId>com.machinepublishers</groupId>
|
141 | 141 | <artifactId>jbrowserdriver</artifactId>
|
142 |
| - <version>1.1.0-RC1</version> |
| 142 | + <version>1.1.0-RC2</version> |
| 143 | + <exclusions> |
| 144 | + <exclusion> |
| 145 | + <groupId>org.seleniumhq.selenium</groupId> |
| 146 | + <artifactId>selenium-remote-driver</artifactId> |
| 147 | + </exclusion> |
| 148 | + <exclusion> |
| 149 | + <groupId>org.seleniumhq.selenium</groupId> |
| 150 | + <artifactId>selenium-api</artifactId> |
| 151 | + </exclusion> |
| 152 | + </exclusions> |
143 | 153 | </dependency>
|
144 | 154 | <dependency>
|
145 | 155 | <groupId>org.seleniumhq.selenium</groupId>
|
146 | 156 | <artifactId>htmlunit-driver</artifactId>
|
147 |
| - <version>2.35.1</version> |
| 157 | + <version>2.36.0</version> |
| 158 | + <exclusions> |
| 159 | + <exclusion> |
| 160 | + <groupId>org.seleniumhq.selenium</groupId> |
| 161 | + <artifactId>selenium-remote-driver</artifactId> |
| 162 | + </exclusion> |
| 163 | + <exclusion> |
| 164 | + <groupId>org.seleniumhq.selenium</groupId> |
| 165 | + <artifactId>selenium-api</artifactId> |
| 166 | + </exclusion> |
| 167 | + <exclusion> |
| 168 | + <groupId>org.seleniumhq.selenium</groupId> |
| 169 | + <artifactId>selenium-support</artifactId> |
| 170 | + </exclusion> |
| 171 | + </exclusions> |
148 | 172 | </dependency>
|
149 | 173 | <dependency>
|
150 | 174 | <groupId>org.mockito</groupId>
|
|
155 | 179 | <dependency>
|
156 | 180 | <groupId>io.github.bonigarcia</groupId>
|
157 | 181 | <artifactId>webdrivermanager</artifactId>
|
158 |
| - <version>3.4.0</version> |
| 182 | + <version>3.6.2</version> |
159 | 183 | </dependency>
|
160 | 184 | </dependencies>
|
161 | 185 |
|
|
295 | 319 | <!-- Weave the failure handler into the code -->
|
296 | 320 | <groupId>org.codehaus.mojo</groupId>
|
297 | 321 | <artifactId>aspectj-maven-plugin</artifactId>
|
298 |
| - <version>1.10</version> |
| 322 | + <version>1.11</version> |
299 | 323 | <executions>
|
300 | 324 | <execution>
|
301 | 325 | <goals>
|
|
325 | 349 | <!-- Set 1.7 as target, use project source encoding -->
|
326 | 350 | <groupId>org.apache.maven.plugins</groupId>
|
327 | 351 | <artifactId>maven-compiler-plugin</artifactId>
|
328 |
| - <version>3.7.0</version> |
| 352 | + <version>3.8.0</version> |
329 | 353 | <configuration>
|
330 | 354 | <source>${java.version}</source>
|
331 | 355 | <target>${java.version}</target>
|
|
353 | 377 | <!-- Build the fat jar with all dependencies -->
|
354 | 378 | <groupId>org.apache.maven.plugins</groupId>
|
355 | 379 | <artifactId>maven-assembly-plugin</artifactId>
|
356 |
| - <version>2.6</version> |
| 380 | + <version>3.1.0</version> |
357 | 381 | <configuration>
|
358 | 382 | <archive>
|
359 | 383 | <manifest>
|
|
446 | 470 | <plugin>
|
447 | 471 | <groupId>org.codehaus.mojo</groupId>
|
448 | 472 | <artifactId>build-helper-maven-plugin</artifactId>
|
449 |
| - <version>1.10</version> |
| 473 | + <version>3.0.0</version> |
450 | 474 | <executions>
|
451 | 475 | <execution>
|
452 | 476 | <id>attach-artifacts</id>
|
|
0 commit comments