You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by jo...@apache.org on 2022/08/04 00:27:36 UTC

[zeppelin] branch master updated: Bump gson from 2.2 to 2.8.9 in /shell (#4381)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d2cdb77f6a Bump gson from 2.2 to 2.8.9 in /shell (#4381)
d2cdb77f6a is described below

commit d2cdb77f6ae6a13ff9c770b82d7125270415a77c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 4 09:27:26 2022 +0900

    Bump gson from 2.2 to 2.8.9 in /shell (#4381)
    
    Bumps [gson](https://github.com/google/gson) from 2.2 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-2.2...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>
---
 shell/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/pom.xml b/shell/pom.xml
index 29c5639fe4..dbc048be5e 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -38,7 +38,7 @@
     <pty4j.version>0.9.3</pty4j.version>
     <jinjava.version>2.4.0</jinjava.version>
     <guava.version>24.1.1-jre</guava.version>
-    <gson.version>2.2</gson.version>
+    <gson.version>2.8.9</gson.version>
   </properties>
 
   <!-- pty4j library not in maven central repository (http://repo.maven.apache.org/maven2) -->