You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sa...@apache.org on 2022/03/29 08:22:44 UTC

[hive] branch master updated: HIVE-26078: Upgrade gson to 2.8.9 (Ashish Sharma, reviewed by Adesh Rao)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 93d7e8d  HIVE-26078: Upgrade gson to 2.8.9 (Ashish Sharma, reviewed by Adesh Rao)
93d7e8d is described below

commit 93d7e8d414d99f107c65c716ace02bd527c02809
Author: Ashish Kumar Sharma <as...@gmail.com>
AuthorDate: Tue Mar 29 13:52:24 2022 +0530

    HIVE-26078: Upgrade gson to 2.8.9 (Ashish Sharma, reviewed by Adesh Rao)
    
    Signed-off-by: Sankar Hariappan <sa...@apache.org>
    Closes (#3143)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a4dd331..e967794 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,7 +213,7 @@
     <felix.version>2.4.0</felix.version>
     <curator.version>4.2.0</curator.version>
     <jsr305.version>3.0.0</jsr305.version>
-    <gson.version>2.2.4</gson.version>
+    <gson.version>2.8.9</gson.version>
     <jjwt.version>0.10.5</jjwt.version>
     <re2j.version>1.2</re2j.version>
     <rs-api.version>2.0.1</rs-api.version>