This is an automated email from the ASF dual-hosted git repository.
lindong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-ml.git
The following commit(s) were added to refs/heads/master by this push:
new 0ae5c20 Bump jackson-databind from 2.12.4 to 2.12.6.1
0ae5c20 is described below
commit 0ae5c20c1fdd6a6b535fc68f0a5442afb3173fc5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 24 22:45:05 2022 +0800
Bump jackson-databind from 2.12.4 to 2.12.6.1
This closes #105.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 048e1e8..605da99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ under the License.
<properties>
<flink.shaded.version>15.0</flink.shaded.version>
<jackson.version>2.12.4</jackson.version>
- <jackson-databind.version>2.12.4</jackson-databind.version>
+ <jackson-databind.version>2.12.6.1</jackson-databind.version>
<target.java.version>1.8</target.java.version>
<spotless.version>2.4.2</spotless.version>
<slf4j.version>1.7.36</slf4j.version>