From: <rb...@us...> - 2018-08-30 17:34:55
|
Revision: 15558 http://sourceforge.net/p/htmlunit/code/15558 Author: rbri Date: 2018-08-30 17:34:53 +0000 (Thu, 30 Aug 2018) Log Message: ----------- update pom Modified Paths: -------------- trunk/htmlunit/pom.xml Modified: trunk/htmlunit/pom.xml =================================================================== --- trunk/htmlunit/pom.xml 2018-08-30 14:39:46 UTC (rev 15557) +++ trunk/htmlunit/pom.xml 2018-08-30 17:34:53 UTC (rev 15558) @@ -837,12 +837,18 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.7</version> + <version>3.8</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.4</version> + <exclusions> + <exclusion> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> |