This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 50acdb19b88 HDDS-14513. Bump jackson to 2.21.0 (#9668)
50acdb19b88 is described below
commit 50acdb19b88ed94f61aefcfbae30c0d3e3cb22ca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 30 12:07:44 2026 +0100
HDDS-14513. Bump jackson to 2.21.0 (#9668)
---
pom.xml | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1153e2fdf08..e4ab7f432c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,8 @@
<httpclient.version>4.5.14</httpclient.version>
<httpcore.version>4.4.16</httpcore.version>
<io.grpc.version>1.77.1</io.grpc.version>
- <jackson2-bom.version>2.16.2</jackson2-bom.version>
+ <jackson2-bom.version>2.21.0</jackson2-bom.version>
+ <jackson2.version>2.21.0</jackson2.version>
<jacoco.version>0.8.14</jacoco.version>
<jakarta.annotation.version>2.1.1</jakarta.annotation.version>
<jakarta.inject.version>2.6.1</jakarta.inject.version>
@@ -399,6 +400,18 @@
<artifactId>metrics-core</artifactId>
<version>${codahale-metrics.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.module</groupId>
+ <artifactId>jackson-module-jaxb-annotations</artifactId>
+ <version>${jackson2.version}</version>
+ <exclusions>
+ <exclusion>
+ <!-- using jakarta.xml.bind instead -->
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]