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 2023/01/11 11:00:55 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump gson from 2.10 to 2.10.1 (#3619)

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

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


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new ac3826f532 build(deps): bump gson from 2.10 to 2.10.1 (#3619)
ac3826f532 is described below

commit ac3826f5328481a0ceb39d6b46b18a12a61d84a8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 11 12:00:50 2023 +0100

    build(deps): bump gson from 2.10 to 2.10.1 (#3619)
    
    Bumps [gson](https://github.com/google/gson) from 2.10 to 2.10.1.
    - [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.10...gson-parent-2.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.code.gson:gson
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 f407a0c387..5e9abd22d2 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -197,7 +197,7 @@
     <dependency>
       <groupId>com.google.code.gson</groupId>
       <artifactId>gson</artifactId>
-      <version>2.10</version>
+      <version>2.10.1</version>
       <scope>compile</scope>
     </dependency>