You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/10/28 06:09:46 UTC

[myfaces-tobago] branch main updated: build(deps): bump gson from 2.9.1 to 2.10 (#3365)

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

lofwyr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/main by this push:
     new c2d015f062 build(deps): bump gson from 2.9.1 to 2.10 (#3365)
c2d015f062 is described below

commit c2d015f062f90eaaece3b7b4fe99c5ad0941d0a4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 28 08:09:39 2022 +0200

    build(deps): bump gson from 2.9.1 to 2.10 (#3365)
    
    Bumps [gson](https://github.com/google/gson) from 2.9.1 to 2.10.
    - [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.9.1...gson-parent-2.10)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.code.gson:gson
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 tobago-example/tobago-example-demo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index 8ba6e93ec6..4b15e5fdec 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -199,7 +199,7 @@
     <dependency>
       <groupId>com.google.code.gson</groupId>
       <artifactId>gson</artifactId>
-      <version>2.9.1</version>
+      <version>2.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>