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/27 13:28:41 UTC

[maven-javadoc-plugin] 01/01: update misc apache dependencies

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

elharo pushed a commit to branch ht
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 67921dec760698fc3db18415bafaa24b5ee63f3f
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Mar 27 09:28:23 2020 -0400

    update misc apache dependencies
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1d8912e..5953f54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,17 +253,17 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.5</version>
+      <version>3.8</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.5</version>
+      <version>2.6</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.5.8</version>
+      <version>4.5.12</version>
     </dependency>
 
     <dependency>