From: <rb...@us...> - 2018-07-16 17:46:34
|
Revision: 15469 http://sourceforge.net/p/htmlunit/code/15469 Author: rbri Date: 2018-07-16 17:46:31 +0000 (Mon, 16 Jul 2018) Log Message: ----------- httpclient update Modified Paths: -------------- trunk/htmlunit/pom.xml Modified: trunk/htmlunit/pom.xml =================================================================== --- trunk/htmlunit/pom.xml 2018-07-16 17:46:08 UTC (rev 15468) +++ trunk/htmlunit/pom.xml 2018-07-16 17:46:31 UTC (rev 15469) @@ -17,11 +17,11 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format> <additionalparam>-Xdoclint:none</additionalparam> - <!-- As a property, as it is included in Checkstyle build --> - <checkstyle.version>8.10.1</checkstyle.version> <jetty.version>9.4.11.v20180605</jetty.version> <selenium.version>3.13.0</selenium.version> <htmlunitdriver.version>2.32.0-SNAPSHOT</htmlunitdriver.version> + <!-- As a property, as it is included in Checkstyle build --> + <checkstyle.version>8.11</checkstyle.version> </properties> <build> @@ -387,7 +387,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.9</version> + <version>3.0.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -847,12 +847,12 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> - <version>4.5.5</version> + <version>4.5.6</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.5</version> + <version>4.5.6</version> <type>test-jar</type> <scope>test</scope> <exclusions> |