You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2022/06/01 12:58:49 UTC

[rocketmq-streams] branch main updated: Bump gson from 2.8.5 to 2.8.9 (#158)

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

duhengforever pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git


The following commit(s) were added to refs/heads/main by this push:
     new dcd0c77  Bump gson from 2.8.5 to 2.8.9 (#158)
dcd0c77 is described below

commit dcd0c770c21eacf6132d0249b000aec03b716888
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 1 20:58:45 2022 +0800

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

diff --git a/pom.xml b/pom.xml
index b39f95a..d6fe2e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
         <rocketmq.version>4.5.2</rocketmq.version>
         <hyperscan.version>5.4.0-2.0.0</hyperscan.version>
         <platform.version>3.5.2</platform.version>
-        <gson.version>2.8.5</gson.version>
+        <gson.version>2.8.9</gson.version>
         <java-grok.version>0.1.9</java-grok.version>
         <jython.version>2.7.0</jython.version>
         <scala-library.version>2.12.4</scala-library.version>