This is an automated email from the ASF dual-hosted git repository.
xiaoyu 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 ffb9008 fix CVE-2021-41303 (#2986)
ffb9008 is described below
commit ffb9008642cf71fd1b1342eb3516215602063da4
Author: Sinsy <[email protected]>
AuthorDate: Sun Mar 6 12:16:57 2022 +0800
fix CVE-2021-41303 (#2986)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2c3a7bf..fdaec1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<wiremock.version>2.18.0</wiremock.version>
<zookeeper.version>3.5.6</zookeeper.version>
<zkclient.version>0.10</zkclient.version>
- <shiro.version>1.7.0</shiro.version>
+ <shiro.version>1.8.0</shiro.version>
<jwt.version>3.12.0</jwt.version>
<motan.version>1.1.9</motan.version>
<spring-boot.version>2.2.2.RELEASE</spring-boot.version>