Skip to content

Commit ad63bc7

Browse files
committed
fix: use jackson-bom
1 parent b457710 commit ad63bc7

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

pom.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@
115115
<moditect.skip>true</moditect.skip>
116116
<japicmp.skip>true</japicmp.skip>
117117
<!-- Dependency versions -->
118-
<commons.jackson.version>2.21.1</commons.jackson.version>
119-
<commons.jackson.annotations.version>2.21</commons.jackson.annotations.version>
118+
<commons.jackson.version>2.21.2</commons.jackson.version>
120119
<commons.slf4j.version>2.0.17</commons.slf4j.version>
121120
</properties>
122121
<dependencyManagement>
@@ -128,6 +127,14 @@
128127
<type>pom</type>
129128
<scope>import</scope>
130129
</dependency>
130+
131+
<dependency>
132+
<groupId>com.fasterxml.jackson</groupId>
133+
<artifactId>jackson-bom</artifactId>
134+
<version>${commons.jackson.version}</version>
135+
<type>pom</type>
136+
<scope>import</scope>
137+
</dependency>
131138
</dependencies>
132139
</dependencyManagement>
133140
<dependencies>
@@ -212,17 +219,14 @@
212219
<dependency>
213220
<groupId>com.fasterxml.jackson.core</groupId>
214221
<artifactId>jackson-databind</artifactId>
215-
<version>${commons.jackson.version}</version>
216222
</dependency>
217223
<dependency>
218224
<groupId>com.fasterxml.jackson.core</groupId>
219225
<artifactId>jackson-annotations</artifactId>
220-
<version>${commons.jackson.annotations.version}</version>
221226
</dependency>
222227
<dependency>
223228
<groupId>com.fasterxml.jackson.datatype</groupId>
224229
<artifactId>jackson-datatype-jsr310</artifactId>
225-
<version>${commons.jackson.version}</version>
226230
<scope>runtime</scope>
227231
</dependency>
228232
<dependency>

0 commit comments

Comments
 (0)