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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9a34da82b Bump com.fasterxml.jackson.core:jackson-databind from 2.21.4 
to 2.22.0 (#3606)
9a34da82b is described below

commit 9a34da82bcd956d47d1ca8d959ca7fef05e84274
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 16 22:49:17 2026 +0200

    Bump com.fasterxml.jackson.core:jackson-databind from 2.21.4 to 2.22.0 
(#3606)
    
    Bumps 
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
 from 2.21.4 to 2.22.0.
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-version: 2.22.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a0a667816..70744f276 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
     <jackson.package>com.fasterxml.jackson</jackson.package>
     <!-- To upgrade jackson, check the jdk versions inside the jar and include 
any new versions in the shading in parquet-jackson. -->
     <jackson.version>2.21.4</jackson.version>
-    <jackson-databind.version>2.21.4</jackson-databind.version>
+    <jackson-databind.version>2.22.0</jackson-databind.version>
     <jackson-annotations.version>2.21</jackson-annotations.version>
     <japicmp.version>0.26.1</japicmp.version>
     <javax.annotation.version>1.3.2</javax.annotation.version>

Reply via email to