You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2023/03/21 04:01:54 UTC

[dubbo-sentinel-support] 10/11: Update dubbo due to security issue

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

huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-sentinel-support.git

commit 372f7871fab3bc90f971480d02ba9c948c0ec9e0
Author: Loganaden Velvindron <lo...@cyberstorm.mu>
AuthorDate: Wed Mar 15 15:51:36 2023 +0400

    Update dubbo due to security issue
    
    This should properly fix CVE-2023-23638
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 51c1233..ebb7c64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
         <java.target.version>1.8</java.target.version>
 
         <sentinel.version>1.6.0</sentinel.version>
-        <apache.dubbo.version>2.7.21</apache.dubbo.version>
+        <apache.dubbo.version>2.7.22</apache.dubbo.version>
 
         <junit.version>4.12</junit.version>
         <mockito.version>2.21.0</mockito.version>