This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 1e2962064 ORC-1183: Upgrade gson to 2.9.0
1e2962064 is described below
commit 1e2962064b209f1b00188877f08d4226da85c640
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]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index f9b656e1a..d491f81f1 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -531,7 +531,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>