This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.8 by this push:
new c5d64e201 ORC-1183: Upgrade gson to 2.9.0
c5d64e201 is described below
commit c5d64e2016991c80a59bf05664e05e692c9d7ca3
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]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 9a94528fa..0ca5ed7f1 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>