You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/03/31 13:35:01 UTC

[maven-project-info-reports-plugin] branch deps updated: update httpunit

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

elharo pushed a commit to branch deps
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git


The following commit(s) were added to refs/heads/deps by this push:
     new bbb91f7  update httpunit
bbb91f7 is described below

commit bbb91f7609aa84c148859059b0d8ebb939090895
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue Mar 31 09:34:51 2020 -0400

    update httpunit
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 031d29c..dcbc0d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -348,9 +348,9 @@ under the License.
 
     <!-- Test -->
     <dependency>
-      <groupId>httpunit</groupId>
+      <groupId>org.httpunit</groupId>
       <artifactId>httpunit</artifactId>
-      <version>1.6.1</version>
+      <version>1.7.3</version>
       <scope>test</scope>
     </dependency>
     <dependency>