You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/09/13 08:50:59 UTC

[flink-connector-elasticsearch] 13/13: [FLINK-26961][build] Update Jackson to 2.13.2

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git

commit f3ce7e1afda22c430fc31ba7a9d3105ee09d7cfb
Author: Sergey Nuyanzin <sn...@gmail.com>
AuthorDate: Mon Sep 12 21:20:03 2022 +0200

    [FLINK-26961][build] Update Jackson to 2.13.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 75f9670..cf49ee0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -348,7 +348,7 @@ under the License.
 				<artifactId>jackson-bom</artifactId>
 				<type>pom</type>
 				<scope>import</scope>
-				<version>2.13.0</version>
+				<version>2.13.2.20220328</version>
 			</dependency>
 
 			<!-- For dependency convergence -->