You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/06/06 10:43:44 UTC

[maven-doxia-sitetools] 01/01: Upgrade htmlunit to 2.24

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch htmlunit-2.24
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git

commit b53d6e83e0c931938968a6f07690db8f05cfb32a
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu Jun 6 12:43:35 2019 +0200

    Upgrade htmlunit to 2.24
---
 doxia-site-renderer/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index 68a9678..79b55d8 100644
--- a/doxia-site-renderer/pom.xml
+++ b/doxia-site-renderer/pom.xml
@@ -161,7 +161,7 @@ under the License.
     <dependency>
       <groupId>net.sourceforge.htmlunit</groupId>
       <artifactId>htmlunit</artifactId>
-      <version>2.7</version>
+      <version>2.24</version>
       <scope>test</scope>
     </dependency>
     <dependency>