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

csy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 471ec8137 ORC-1694: Upgrade gson to 2.9.0 for Benchmarks Hive
471ec8137 is described below

commit 471ec8137d3e1bb18b397003d1843d84310cc3ee
Author: sychen <[email protected]>
AuthorDate: Thu Aug 8 11:54:37 2024 +0800

    ORC-1694: Upgrade gson to 2.9.0 for Benchmarks Hive
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade gson to 2.9.0 for Benchmarks Hive.
    
    ### Why are the changes needed?
    ORC-1676 upgraded to Hive4, Hive4 uses gson 2.9.0.
    
    HIVE-26322: Upgrade gson to 2.9.0
    
    https://issues.apache.org/jira/browse/HIVE-26322
    
    ### How was this patch tested?
    GA
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #1896 from cxzl25/ORC-1694.
    
    Authored-by: sychen <[email protected]>
    Signed-off-by: Shaoyun Chen <[email protected]>
---
 .github/dependabot.yml | 4 ++--
 java/bench/pom.xml     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8eddbcdea..5722a9d3b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -20,9 +20,9 @@ updates:
     schedule:
       interval: "weekly"
     ignore:
-      # Pin gson to 2.2.4 because of Hive
+      # Pin gson to 2.9.0 because of Hive
       - dependency-name: "com.google.code.gson:gson"
-        versions: "[2.3,)"
+        versions: "[2.9,1)"
       # Pin jodd-core to 3.5.2
       - dependency-name: "org.jodd:jodd-core"
         versions: "[3.5.3,)"
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 9c7178f79..e94b99a83 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -73,7 +73,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.guava</groupId>

Reply via email to