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/05/24 13:17:35 UTC

[maven-site-plugin] branch test created (now 0a6f830)

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

elharo pushed a change to branch test
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git.


      at 0a6f830  update apache commons lang and IO

This branch includes the following new commits:

     new 0a6f830  update apache commons lang and IO

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-site-plugin] 01/01: update apache commons lang and IO

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0a6f830139a1777bcc6838e11e7c5d3d24dc6515
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sun May 24 09:17:21 2020 -0400

    update apache commons lang and IO
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 842e6fa..08760d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -494,13 +494,13 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.4</version>
+      <version>3.8.1</version>
     </dependency>
 
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.5</version>
+      <version>2.6</version>
     </dependency>
 
     <!-- test -->