This is an automated email from the ASF dual-hosted git repository. zhoubo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-connect.git
The following commit(s) were added to refs/heads/master by this push: new b563454 Bump fastjson in /connectors/rocketmq-connect-debezium (#177) b563454 is described below commit b563454834940c90c317fe1a67d7fc708dd7505c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jun 22 14:28:38 2022 +0800 Bump fastjson in /connectors/rocketmq-connect-debezium (#177) Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.80 to 1.2.83. - [Release notes](https://github.com/alibaba/fastjson/releases) - [Commits](https://github.com/alibaba/fastjson/compare/1.2.80...1.2.83) --- updated-dependencies: - dependency-name: com.alibaba:fastjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- connectors/rocketmq-connect-debezium/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectors/rocketmq-connect-debezium/pom.xml b/connectors/rocketmq-connect-debezium/pom.xml index 8f2f286..82994e9 100644 --- a/connectors/rocketmq-connect-debezium/pom.xml +++ b/connectors/rocketmq-connect-debezium/pom.xml @@ -299,7 +299,7 @@ <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> - <version>1.2.80</version> + <version>1.2.83</version> </dependency>