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:29:40 UTC

[maven-doxia] branch master updated: update commons-lang to 3.8.1 (#34)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3540aec  update commons-lang to 3.8.1 (#34)
3540aec is described below

commit 3540aec7303ef105320c548ce5ed1ecaaaeac010
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Wed Jun 17 16:29:33 2020 -0400

    update commons-lang to 3.8.1 (#34)
---
 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>