You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ro...@apache.org on 2022/05/21 17:57:46 UTC

[iotdb] branch master updated: Bump gson from 2.8.5 to 2.8.9 in /library-udf (#5979)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8f3c60537b Bump gson from 2.8.5 to 2.8.9 in /library-udf (#5979)
8f3c60537b is described below

commit 8f3c60537b7ee16f0e1670ebfb4fc2b0e56eb167
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun May 22 01:57:41 2022 +0800

    Bump gson from 2.8.5 to 2.8.9 in /library-udf (#5979)
    
    Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.9.
    - [Release notes](https://github.com/google/gson/releases)
    - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.9)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.code.gson:gson
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 library-udf/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library-udf/pom.xml b/library-udf/pom.xml
index 4192290ad9..34e1395dc4 100644
--- a/library-udf/pom.xml
+++ b/library-udf/pom.xml
@@ -96,7 +96,7 @@
         <dependency>
             <groupId>com.google.code.gson</groupId>
             <artifactId>gson</artifactId>
-            <version>2.8.5</version>
+            <version>2.8.9</version>
         </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>