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 2022/11/25 20:38:08 UTC

[maven-doxia-sitetools] 02/03: [DOXIASITETOOLS-274] Upgrade htmlunit to 2.67.0

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

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

commit 8671e2b4009db66c0420c3dfad37961b168ed8a6
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Nov 25 21:36:47 2022 +0100

    [DOXIASITETOOLS-274] Upgrade htmlunit to 2.67.0
---
 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 0d9bde4..31c6935 100644
--- a/doxia-site-renderer/pom.xml
+++ b/doxia-site-renderer/pom.xml
@@ -175,7 +175,7 @@ under the License.
     <dependency>
       <groupId>net.sourceforge.htmlunit</groupId>
       <artifactId>htmlunit</artifactId>
-      <version>2.62.0</version>
+      <version>2.67.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>