You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by li...@apache.org on 2022/06/12 07:49:06 UTC

[incubator-shenyu] branch master updated: [ISSUE #3511 ]upgrade tool packages, for example: common-collectiions, gson, common… (#3533)

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

likeguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new bdc9ee6a2 [ISSUE #3511 ]upgrade tool packages, for example: common-collectiions, gson, common… (#3533)
bdc9ee6a2 is described below

commit bdc9ee6a2f617208a9281299626fb7cd1d565a84
Author: renzhuyan <40...@qq.com>
AuthorDate: Sun Jun 12 02:48:59 2022 -0500

    [ISSUE #3511 ]upgrade tool packages, for example: common-collectiions, gson, common… (#3533)
    
    * upgrade tool packages, for example: common-collectiions, gson, common-lang and xstream and so so
    
    * fix
---
 pom.xml                                      | 4 ++--
 shenyu-common/pom.xml                        | 2 +-
 shenyu-examples/shenyu-examples-http/pom.xml | 2 +-
 shenyu-integrated-test/pom.xml               | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1cdf19ab2..eebdaaa71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
         <mybatis.starter.version>1.1.1</mybatis.starter.version>
         <mysql.version>5.1.47</mysql.version>
         <druid.version>1.0.29</druid.version>
-        <commons-lang3.version>3.3.2</commons-lang3.version>
+        <commons-lang3.version>3.12.0</commons-lang3.version>
         <guava.version>30.1-jre</guava.version>
         <commons-collections4.version>4.4</commons-collections4.version>
         <reactor-spring.version>1.0.1.RELEASE</reactor-spring.version>
@@ -98,7 +98,7 @@
         <pagehelper.version>5.1.2</pagehelper.version>
         <alibaba.dubbo.version>2.6.12</alibaba.dubbo.version>
         <apache.dubbo.version>2.7.15</apache.dubbo.version>
-        <gson.version>2.8.9</gson.version>
+        <gson.version>2.9.0</gson.version>
         <okhttp.version>3.7.0</okhttp.version>
         <prometheus-java-client.version>0.10.0</prometheus-java-client.version>
         <prometheus-jmx.version>0.15.0</prometheus-jmx.version>
diff --git a/shenyu-common/pom.xml b/shenyu-common/pom.xml
index 4b1b11df0..c8961df1b 100644
--- a/shenyu-common/pom.xml
+++ b/shenyu-common/pom.xml
@@ -27,7 +27,7 @@
 
     <properties>
         <grpc.version>1.33.1</grpc.version>
-        <protobuf.version>3.13.0</protobuf.version>
+        <protobuf.version>3.21.1</protobuf.version>
         <os-maven-plugin.version>1.6.2</os-maven-plugin.version>
     </properties>
 
diff --git a/shenyu-examples/shenyu-examples-http/pom.xml b/shenyu-examples/shenyu-examples-http/pom.xml
index 3d6cfac68..62b4bb124 100644
--- a/shenyu-examples/shenyu-examples-http/pom.xml
+++ b/shenyu-examples/shenyu-examples-http/pom.xml
@@ -30,7 +30,7 @@
     <properties>
         <commons-lang3.version>3.3.2</commons-lang3.version>
         <guava.version>21.0</guava.version>
-        <commons-collections4.version>4.1</commons-collections4.version>
+        <commons-collections4.version>4.4</commons-collections4.version>
         <reactor-spring.version>1.0.1.RELEASE</reactor-spring.version>
     </properties>
 
diff --git a/shenyu-integrated-test/pom.xml b/shenyu-integrated-test/pom.xml
index ab5c0a444..d30c74fb3 100644
--- a/shenyu-integrated-test/pom.xml
+++ b/shenyu-integrated-test/pom.xml
@@ -49,7 +49,7 @@
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
         <spring-cloud.version>3.1.2</spring-cloud.version>
-        <gson.version>2.8.6</gson.version>
+        <gson.version>2.9.0</gson.version>
         <okhttp3.version>4.9.1</okhttp3.version>
         <guava.version>30.1.1-jre</guava.version>
         <tars-client.version>1.7.2</tars-client.version>