This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new cd4b3eb71b [MINOR] Bump jackson-databind from 2.10.5.1 to 2.12.6.1 in /ksql (#4340) cd4b3eb71b is described below commit cd4b3eb71bce183ae9f0fe9818ec31035919197b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Apr 8 12:43:32 2022 +0900 [MINOR] Bump jackson-databind from 2.10.5.1 to 2.12.6.1 in /ksql (#4340) Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.5.1 to 2.12.6.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ksql/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksql/pom.xml b/ksql/pom.xml index e9c178fd0f..67820ea894 100644 --- a/ksql/pom.xml +++ b/ksql/pom.xml @@ -40,7 +40,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.10.5.1</version> + <version>2.12.6.1</version> </dependency> <dependency>