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

dongjoon pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new 81fe7c8c5 ORC-1183: Upgrade gson to 2.9.0
81fe7c8c5 is described below

commit 81fe7c8c57950e4ed7e6a831103a05a8287174f4
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun May 22 17:45:44 2022 -0700

    ORC-1183: Upgrade gson to 2.9.0
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `Gson` to `2.9.0`.
    
    ### Why are the changes needed?
    
    This will bring the latest bug fixes.
    - https://github.com/google/gson/releases/tag/gson-parent-2.9.0
    
    ### How was this patch tested?
    
    I manually test this by running `benchmark` module.
    
    Closes #1131 and #1133.
    
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 1e2962064b209f1b00188877f08d4226da85c640)
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit c5d64e2016991c80a59bf05664e05e692c9d7ca3)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index be9dec8f4..e516011f7 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -558,7 +558,7 @@
       <dependency>
         <groupId>com.google.code.gson</groupId>
         <artifactId>gson</artifactId>
-        <version>2.2.4</version>
+        <version>2.9.0</version>
       </dependency>
       <dependency>
         <groupId>com.google.protobuf</groupId>

Reply via email to