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/21 08:43:02 UTC

[fluo-recipes] branch main updated: Bump gson from 2.2.4 to 2.8.9 (#157)

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-recipes.git


The following commit(s) were added to refs/heads/main by this push:
     new 7df5018  Bump gson from 2.2.4 to 2.8.9 (#157)
7df5018 is described below

commit 7df50187e4473e7629dd290bff5adc40e6b7130e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat May 21 04:42:57 2022 -0400

    Bump gson from 2.2.4 to 2.8.9 (#157)
    
    Bumps [gson](https://github.com/google/gson) from 2.2.4 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.4...gson-parent-2.8.9)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.code.gson:gson
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c57ce67..fa9d589 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
       <dependency>
         <groupId>com.google.code.gson</groupId>
         <artifactId>gson</artifactId>
-        <version>2.2.4</version>
+        <version>2.8.9</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>