You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2020/04/13 13:32:58 UTC

[shiro] branch master updated: [SHIRO-757] Upgrade to Htmlunit 2.39.0

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

fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/master by this push:
     new f5272f2  [SHIRO-757] Upgrade to Htmlunit 2.39.0
     new 21eafe4  Merge pull request #215 from fpapon/SHIRO-757
f5272f2 is described below

commit f5272f2bb276793d077471f3a2267b5845ac0998
Author: Francois Papon <fp...@apache.org>
AuthorDate: Mon Apr 13 15:03:05 2020 +0200

    [SHIRO-757] Upgrade to Htmlunit 2.39.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e3c7acf..ace7a47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
         <spring-boot.version>2.2.6.RELEASE</spring-boot.version>
         <guice.version>4.2.2</guice.version>
         <jaxrs.api.version>2.0.1</jaxrs.api.version>
-        <htmlunit.version>2.36.0</htmlunit.version>
+        <htmlunit.version>2.39.0</htmlunit.version>
 
         <!-- Test 3rd-party dependencies: -->
         <easymock.version>4.0.2</easymock.version>