You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/02/09 03:53:36 UTC

[incubator-inlong] branch master updated: [INLONG-2406][Manager] Upgrade Shiro version due to the security vulnerabilities (#2407)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 58fcc14  [INLONG-2406][Manager] Upgrade Shiro version due to the security vulnerabilities (#2407)
58fcc14 is described below

commit 58fcc1495e7f2aa33241a5f823220840487bd7f4
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Wed Feb 9 04:53:28 2022 +0100

    [INLONG-2406][Manager] Upgrade Shiro version due to the security vulnerabilities (#2407)
---
 inlong-manager/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-manager/pom.xml b/inlong-manager/pom.xml
index c9177b4..de20525 100644
--- a/inlong-manager/pom.xml
+++ b/inlong-manager/pom.xml
@@ -51,7 +51,7 @@
         <mysql.version>8.0.15</mysql.version>
         <h2.version>1.4.197</h2.version>
         <druid.version>1.2.5</druid.version>
-        <shiro.version>1.4.1</shiro.version>
+        <shiro.version>1.8.0</shiro.version>
         <hive.version>3.1.2</hive.version>
         <pulsar.version>2.8.1</pulsar.version>
         <elasticsearch.version>6.4.3</elasticsearch.version>