You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2022/09/07 22:21:21 UTC

[incubator-streampark] branch dev updated: issue 1543: upgrade to jackson 2.13.4 (#1544)

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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 95e4ab4fd issue 1543: upgrade to jackson 2.13.4 (#1544)
95e4ab4fd is described below

commit 95e4ab4fd50824e747ed8288c2845a9e1b64aa30
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Wed Sep 7 23:21:13 2022 +0100

    issue 1543: upgrade to jackson 2.13.4 (#1544)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3cee530e0..6d7098679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
         <slf4j.version>1.7.30</slf4j.version>
         <log4j.version>2.17.1</log4j.version>
         <grpc.version>1.15.0</grpc.version>
-        <jackson.version>2.13.2</jackson.version>
+        <jackson.version>2.13.4</jackson.version>
         <guava.version>30.0-jre</guava.version>
         <caffeine.version>2.8.6</caffeine.version>
         <mysql.version>8.0.16</mysql.version>