You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ay...@apache.org on 2022/07/20 09:02:22 UTC

[hive] branch master updated: HIVE-26322: Upgrade gson to 2.9.0 (#3363). (Zhihua Deng, reviewed by Ayush Saxena and Chris Nauroth)

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

ayushsaxena 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 0d4d8c6f2a7 HIVE-26322: Upgrade gson to 2.9.0 (#3363). (Zhihua Deng, reviewed by Ayush Saxena and Chris Nauroth)
0d4d8c6f2a7 is described below

commit 0d4d8c6f2a7a289709db8deebc3b14fd3fb84d51
Author: dengzh <de...@gmail.com>
AuthorDate: Wed Jul 20 17:02:15 2022 +0800

    HIVE-26322: Upgrade gson to 2.9.0 (#3363). (Zhihua Deng, reviewed by Ayush Saxena and Chris Nauroth)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 75fca731663..a84d9406ac7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,7 +204,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.8.9</gson.version>
+    <gson.version>2.9.0</gson.version>
     <jjwt.version>0.10.5</jjwt.version>
     <re2j.version>1.2</re2j.version>
     <rs-api.version>2.0.1</rs-api.version>