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/06/17 20:15:07 UTC

[maven-doxia] branch lang created (now 4987531)

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

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


      at 4987531  update commons-lang to 3.8.1

This branch includes the following new commits:

     new 4987531  update commons-lang to 3.8.1

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-doxia] 01/01: update commons-lang to 3.8.1

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

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

commit 4987531fcd67a03b5e76ccc0026a9e3e9387de27
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Jun 17 16:14:42 2020 -0400

    update commons-lang to 3.8.1
---
 doxia-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doxia-core/pom.xml b/doxia-core/pom.xml
index c9ae50a..dee97df 100644
--- a/doxia-core/pom.xml
+++ b/doxia-core/pom.xml
@@ -57,7 +57,7 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.5</version>
+      <version>3.8.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>