You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/08/14 10:23:17 UTC

[cxf-xjc-utils] branch master updated: Updating Commons Lang

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new 454e9b9  Updating Commons Lang
454e9b9 is described below

commit 454e9b9cced9cd654739a8765db7a72e1f727336
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Aug 14 11:22:03 2019 +0100

    Updating Commons Lang
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4312aea..20256ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-lang3</artifactId>
-                <version>3.8.1</version>
+                <version>3.9</version>
             </dependency>
             <dependency>
                 <groupId>wsdl4j</groupId>