You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cn...@apache.org on 2021/12/30 22:18:10 UTC

[hadoop] branch branch-3.2 updated: HADOOP-13464. Upgrade Gson dependency to version 2.8.9 (#2524)

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

cnauroth pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new e88fe6a  HADOOP-13464. Upgrade Gson dependency to version 2.8.9 (#2524)
e88fe6a is described below

commit e88fe6a2ad788bf9b7ae6e647cc449a9b3995c79
Author: Igor Dvorzhak <id...@google.com>
AuthorDate: Thu Dec 30 13:27:54 2021 -0800

    HADOOP-13464. Upgrade Gson dependency to version 2.8.9 (#2524)
    
    Change-Id: Ifd3fb9ec6ebfc8874bb799bc198219511fe55a2f
    
    Update pom.xml
    
    Update pom.xml
    
    (cherry picked from commit 795054882af72a9d5d4f4e96f775e96473d75c23)
    (cherry picked from commit 5d72fdfcb2d8bc1415b3a603075048a231da18ca)
    Change-Id: I7bcea58613340bf97a5038da40a3643971f99364
---
 hadoop-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 636b9b1..f144ff5 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -129,7 +129,7 @@
     <okhttp.version>2.7.5</okhttp.version>
     <jdom.version>1.1</jdom.version>
     <grizzly.version>2.2.21</grizzly.version>
-    <gson.version>2.2.4</gson.version>
+    <gson.version>2.8.9</gson.version>
     <htrace3.version>3.1.0-incubating</htrace3.version>
     <htrace4.version>4.1.0-incubating</htrace4.version>
     <metrics.version>3.2.4</metrics.version>

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org