You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by nk...@apache.org on 2018/11/12 12:47:39 UTC

[avro] branch master updated: AVRO-2264 Bump Apache commons-lang3 to 3.8.1

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

nkollar 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 6d4f6be  AVRO-2264 Bump Apache commons-lang3 to 3.8.1
6d4f6be is described below

commit 6d4f6bef8d03f6bb5d452b65e68074f11892ccbf
Author: Fokko Driesprong <fo...@driesprong.frl>
AuthorDate: Mon Nov 12 13:47:34 2018 +0100

    AVRO-2264 Bump Apache commons-lang3 to 3.8.1
---
 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 30de7f8..e3dc76d 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -55,7 +55,7 @@
     <commons-cli.version>1.3.1</commons-cli.version>
     <commons-codec.version>1.10</commons-codec.version>
     <commons-compress.version>1.18</commons-compress.version>
-    <commons-lang.version>3.5</commons-lang.version>
+    <commons-lang.version>3.8.1</commons-lang.version>
     <commons-logging.version>1.2</commons-logging.version>
     <tukaani.version>1.6</tukaani.version>
     <easymock.version>3.6</easymock.version>