This is an automated email from the ASF dual-hosted git repository.
wgtmac 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 e090dfee5 Bump com.fasterxml.jackson.core:jackson-databind from 2.21.3
to 2.21.4 (#3593)
e090dfee5 is described below
commit e090dfee5262b83d93a92a3bbeb555b8377b3011
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 09:44:30 2026 +0800
Bump com.fasterxml.jackson.core:jackson-databind from 2.21.3 to 2.21.4
(#3593)
Bumps
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
from 2.21.3 to 2.21.4.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.21.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 527731634..1348c964c 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.3</jackson.version>
- <jackson-databind.version>2.21.3</jackson-databind.version>
+ <jackson-databind.version>2.21.4</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>