This is an automated email from the ASF dual-hosted git repository.
gangwu 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 13c4919dd Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3
to 2.19.0 (#3225)
13c4919dd is described below
commit 13c4919ddb26bd23bb7c3c4a0326070ddf5d23c3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 4 10:19:11 2025 +0800
Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0
(#3225)
* Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0
Bumps
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
from 2.18.3 to 2.19.0.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Update jackson as well
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fokko Driesprong <[email protected]>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ce0f1adf5..1aa75a20d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,8 +77,8 @@
<jackson.datatype.groupId>com.fasterxml.jackson.datatype</jackson.datatype.groupId>
<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.18.3</jackson.version>
- <jackson-databind.version>2.18.3</jackson-databind.version>
+ <jackson.version>2.19.0</jackson.version>
+ <jackson-databind.version>2.19.0</jackson-databind.version>
<japicmp.version>0.23.1</japicmp.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
<spotless.version>2.30.0</spotless.version>