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-mr.git
The following commit(s) were added to refs/heads/master by this push:
new fdf288c07 Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1
to 2.17.0 (#1303)
fdf288c07 is described below
commit fdf288c0716ace4ec8bcc2eadc38e995368305b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 19 10:50:01 2024 +0800
Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.0
(#1303)
Bumps
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
from 2.16.1 to 2.17.0.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
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 40a80af70..f0d4141d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
<jackson.datatype.groupId>com.fasterxml.jackson.datatype</jackson.datatype.groupId>
<jackson.package>com.fasterxml.jackson</jackson.package>
<jackson.version>2.17.0</jackson.version>
- <jackson-databind.version>2.16.1</jackson-databind.version>
+ <jackson-databind.version>2.17.0</jackson-databind.version>
<japicmp.version>0.18.2</japicmp.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
<spotless.version>2.30.0</spotless.version>