You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2022/05/20 22:47:12 UTC

[fluo-examples] branch main updated: Bump gson from 2.3.1 to 2.8.9 in /webindex (#17)

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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 6da54f7  Bump gson from 2.3.1 to 2.8.9 in /webindex (#17)
6da54f7 is described below

commit 6da54f7ab3a76892b4a7af292398327c3c54ca0b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri May 20 18:47:08 2022 -0400

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

diff --git a/webindex/pom.xml b/webindex/pom.xml
index 3d1199b..63e8b8c 100644
--- a/webindex/pom.xml
+++ b/webindex/pom.xml
@@ -52,7 +52,7 @@
       <dependency>
         <groupId>com.google.code.gson</groupId>
         <artifactId>gson</artifactId>
-        <version>2.3.1</version>
+        <version>2.8.9</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>