Skip to content

Commit

Permalink
ORC-1694: Upgrade gson to 2.9.0 for Benchmarks Hive
Browse files Browse the repository at this point in the history
### 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]>
  • Loading branch information
cxzl25 committed Aug 8, 2024
1 parent bfc1d8e commit 471ec81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,)"
Expand Down
2 changes: 1 addition & 1 deletion java/bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 471ec81

Please sign in to comment.