You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/07/31 03:11:14 UTC

[inlong] branch master updated: [INLONG-5294][CVE] Upgrade to gson 2.8.9 (#5295)

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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 5239900c0 [INLONG-5294][CVE] Upgrade to gson 2.8.9 (#5295)
5239900c0 is described below

commit 5239900c06ec78b8a1675677281e69c45f22f1ee
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sun Jul 31 04:11:09 2022 +0100

    [INLONG-5294][CVE] Upgrade to gson 2.8.9 (#5295)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b8391362f..1336305e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,7 +179,7 @@
         <jetty.version>9.4.44.v20210927</jetty.version>
         <opencsv.version>5.4</opencsv.version>
         <javax.servlet.api.version>4.0.1</javax.servlet.api.version>
-        <gson.version>2.8.6</gson.version>
+        <gson.version>2.8.9</gson.version>
         <jackson.version>2.13.2</jackson.version>
         <jackson.databind.version>2.13.2.2</jackson.databind.version>
         <fastjson.version>1.2.83</fastjson.version>