This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch kylin5 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit d65fc1e23e08e0fc3e39233c5881ed991cdeb459 Author: Yinghao Lin <yinghao....@kyligence.io> AuthorDate: Mon Mar 27 10:49:08 2023 +0800 KYLIN-5586 Upgrade json-smart from 2.4.7 to 2.4.9 to eliminate the vulnerability --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 677acc1ee4..ae6dc9441a 100644 --- a/pom.xml +++ b/pom.xml @@ -352,7 +352,7 @@ <external.version>5.0.0</external.version> <iam-user-manager.version>1.1</iam-user-manager.version> - <json-smart.version>2.4.7</json-smart.version> + <json-smart.version>2.4.9</json-smart.version> <xmlsec.version>2.1.7</xmlsec.version> <derby.version>10.14.2.0</derby.version> <jcommander.version>1.75</jcommander.version>