|
29 | 29 | <properties>
|
30 | 30 | <maven.compiler.target>1.8</maven.compiler.target>
|
31 | 31 | <maven.compiler.source>1.8</maven.compiler.source>
|
32 |
| - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 32 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
33 | 33 |
|
34 |
| - <selenium-java.version>3.11.0</selenium-java.version> |
35 |
| - <htmlunit-driver.version>2.29.2</htmlunit-driver.version> |
36 |
| - <webdrivermanager.version>2.1.0</webdrivermanager.version> |
| 34 | + <selenium-java.version>3.11.0</selenium-java.version> |
| 35 | + <htmlunit-driver.version>2.30.0</htmlunit-driver.version> |
| 36 | + <webdrivermanager.version>2.2.1</webdrivermanager.version> |
37 | 37 | </properties>
|
38 | 38 |
|
39 | 39 | <dependencies>
|
40 | 40 | <dependency>
|
41 | 41 | <groupId>net.sourceforge.cssparser</groupId>
|
42 | 42 | <artifactId>cssparser</artifactId>
|
43 |
| - <version>0.9.24</version> |
| 43 | + <version>0.9.25</version> |
44 | 44 | </dependency>
|
45 | 45 |
|
46 | 46 | <dependency>
|
47 | 47 | <groupId>org.apache.commons</groupId>
|
48 | 48 | <artifactId>commons-text</artifactId>
|
49 |
| - <version>1.2</version> |
| 49 | + <version>1.3</version> |
50 | 50 | </dependency>
|
51 | 51 |
|
52 | 52 | <dependency>
|
|
90 | 90 | -->
|
91 | 91 | <groupId>com.codeborne</groupId>
|
92 | 92 | <artifactId>phantomjsdriver</artifactId>
|
93 |
| - <version>1.4.3</version> |
| 93 | + <version>1.4.4</version> |
94 | 94 | <exclusions>
|
95 | 95 | <exclusion>
|
96 | 96 | <groupId>org.seleniumhq.selenium</groupId>
|
|
112 | 112 | <dependency>
|
113 | 113 | <groupId>org.unbescape</groupId>
|
114 | 114 | <artifactId>unbescape</artifactId>
|
115 |
| - <version>1.1.5.RELEASE</version> |
| 115 | + <version>1.1.6.RELEASE</version> |
116 | 116 | </dependency>
|
117 | 117 |
|
118 | 118 | <!-- used by driverbuilders in the .autoDriverDownload() methods -->
|
|
0 commit comments