This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 1cc0693a00e0f843ac799f2b8a8df829d369f6f6 Author: Zhengguo Yang <[email protected]> AuthorDate: Wed May 25 18:22:37 2022 +0800 [security] update canal version to fix fastjson security issue (#9763) --- fe/fe-core/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml index 2f271b6ad9..dd553ca754 100644 --- a/fe/fe-core/pom.xml +++ b/fe/fe-core/pom.xml @@ -416,7 +416,7 @@ under the License. <dependency> <groupId>com.alibaba.otter</groupId> <artifactId>canal.client</artifactId> - <version>1.1.4</version> + <version>1.1.6</version> <exclusions> <exclusion> <groupId>ch.qos.logback</groupId> @@ -432,7 +432,7 @@ under the License. <dependency> <groupId>com.alibaba.otter</groupId> <artifactId>canal.protocol</artifactId> - <version>1.1.4</version> + <version>1.1.6</version> <exclusions> <exclusion> <groupId>ch.qos.logback</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
