Skip to content

Commit

Permalink
[security] update canal version to fix fastjson security issue (#9763)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzhg authored and morningman committed May 27, 2022
1 parent 5bfc8e9 commit 1cc0693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fe/fe-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 1cc0693

Please sign in to comment.