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

shangxinli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d7df64  PARQUET-2127: update jackson-databind to 2.13.2 (#952)
4d7df64 is described below

commit 4d7df6421179ede777d724f005ff66841b03e658
Author: trevorurquhart <[email protected]>
AuthorDate: Tue Mar 22 11:10:54 2022 +1300

    PARQUET-2127: update jackson-databind to 2.13.2 (#952)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ad36b71..0af0235 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
     <github.global.server>github</github.global.server>
     <jackson.groupId>com.fasterxml.jackson.core</jackson.groupId>
     <jackson.package>com.fasterxml.jackson</jackson.package>
-    <jackson.version>2.12.2</jackson.version>
+    <jackson.version>2.13.2</jackson.version>
     <jackson-databind.version>${jackson.version}</jackson-databind.version>
     <japicmp.version>0.14.2</japicmp.version>
     <shade.prefix>shaded.parquet</shade.prefix>

Reply via email to