@@ -46,10 +46,10 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
4646 <target .version>1.8</target .version>
4747 <skipTests >true</skipTests >
4848 <selenium .version>3.141.59</selenium .version>
49- <htmlunit .version>2.40 .0</htmlunit .version>
49+ <htmlunit .version>2.43 .0</htmlunit .version>
5050 <htmlunit-core-js .version>${htmlunit.version} </htmlunit-core-js .version>
5151 <neko-htmlunit .version>${htmlunit.version} </neko-htmlunit .version>
52- <htmlunit-driver .version>${htmlunit.version} </htmlunit-driver .version>
52+ <htmlunit-driver .version>2.43.1 </htmlunit-driver .version>
5353 <slf4j .version>1.7.30</slf4j .version>
5454 <maven .version.rules>file://${basedir} /version-rules.xml</maven .version.rules>
5555 <shade .java.srcdir>src/shade/java</shade .java.srcdir>
@@ -393,12 +393,12 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
393393 <dependency >
394394 <groupId >commons-net</groupId >
395395 <artifactId >commons-net</artifactId >
396- <version >3.6 </version >
396+ <version >3.7 </version >
397397 </dependency >
398398 <dependency >
399399 <groupId >org.apache.ant</groupId >
400400 <artifactId >ant-commons-net</artifactId >
401- <version >1.10.7 </version >
401+ <version >1.10.8 </version >
402402 </dependency >
403403 </dependencies >
404404 </plugin >
@@ -537,7 +537,7 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
537537 <dependency >
538538 <groupId >io.netty</groupId >
539539 <artifactId >netty-all</artifactId >
540- <version >4.1.49 .Final</version >
540+ <version >4.1.51 .Final</version >
541541 </dependency >
542542 </dependencies >
543543 </dependencyManagement >
@@ -569,17 +569,17 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
569569 <dependency >
570570 <groupId >org.apache.commons</groupId >
571571 <artifactId >commons-lang3</artifactId >
572- <version >3.10 </version >
572+ <version >3.11 </version >
573573 </dependency >
574574 <dependency >
575575 <groupId >org.apache.commons</groupId >
576576 <artifactId >commons-text</artifactId >
577- <version >1.8 </version >
577+ <version >1.9 </version >
578578 </dependency >
579579 <dependency >
580580 <groupId >commons-io</groupId >
581581 <artifactId >commons-io</artifactId >
582- <version >2.6 </version >
582+ <version >2.7 </version >
583583 </dependency >
584584 <dependency >
585585 <groupId >args4j</groupId >
@@ -669,7 +669,7 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
669669 <dependency >
670670 <groupId >com.assertthat</groupId >
671671 <artifactId >selenium-shutterbug</artifactId >
672- <version >0.9.3 </version >
672+ <version >1.0 </version >
673673 <exclusions >
674674 <exclusion >
675675 <groupId >org.seleniumhq.selenium</groupId >
0 commit comments