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 f280d5575 Bump com.fasterxml.jackson.core:jackson-annotations from
2.21 to 2.22 (#3604)
f280d5575 is described below
commit f280d557509da65df7e205dce6898bce9b4a396e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 18 21:31:10 2026 +0200
Bump com.fasterxml.jackson.core:jackson-annotations from 2.21 to 2.22
(#3604)
Bumps
[com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson)
from 2.21 to 2.22.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-version: '2.22'
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 c96b9a9e4..9ffebc805 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
<!-- To upgrade jackson, check the jdk versions inside the jar and include
any new versions in the shading in parquet-jackson. -->
<jackson.version>2.22.0</jackson.version>
<jackson-databind.version>2.22.0</jackson-databind.version>
- <jackson-annotations.version>2.21</jackson-annotations.version>
+ <jackson-annotations.version>2.22</jackson-annotations.version>
<japicmp.version>0.26.1</japicmp.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
<spotless.version>2.46.1</spotless.version>