You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by fo...@apache.org on 2019/09/01 19:28:32 UTC

[avro] branch master updated: AVRO-2540: Bump commons-lang3 from 3.8.1 to 3.9.0 (#633)

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

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new d7f0389  AVRO-2540: Bump commons-lang3 from 3.8.1 to 3.9.0 (#633)
d7f0389 is described below

commit d7f03892f6508ea476306bf09d4fd2169f4531f2
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Sun Sep 1 21:28:28 2019 +0200

    AVRO-2540: Bump commons-lang3 from 3.8.1 to 3.9.0 (#633)
    
    * AVRO-2540: Bump commons-lang3 from 3.8.1 to 3.9
    
    * Fix version
---
 lang/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index e7b71ec..85bdfb5 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -56,7 +56,7 @@
     <ant.version>1.10.5</ant.version>
     <commons-cli.version>1.4</commons-cli.version>
     <commons-compress.version>1.19</commons-compress.version>
-    <commons-lang.version>3.8.1</commons-lang.version>
+    <commons-lang.version>3.9</commons-lang.version>
     <tukaani.version>1.8</tukaani.version>
     <easymock.version>4.0.2</easymock.version>
     <hamcrest.version>2.1</hamcrest.version>