Skip to content

Commit 081b718

Browse files
committed
Upgrade jackson to 2.21.0, use the jackson-bom
1 parent dcf7f27 commit 081b718

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

pom.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<version.hibernate-validator>9.1.0.Final</version.hibernate-validator>
4747
<version.glasfish-el>4.0.2</version.glasfish-el>
4848
<version.rxjava>2.2.21</version.rxjava>
49-
<version.jackson>2.15.2</version.jackson>
49+
<version.jackson>2.21.0</version.jackson>
5050
<version.mongo-bson>4.10.2</version.mongo-bson>
5151
<version.mockito>5.21.0</version.mockito>
5252
<version.weld.servlet>5.1.0.Final</version.weld.servlet>
@@ -374,16 +374,11 @@
374374
<scope>test</scope>
375375
</dependency>
376376
<dependency>
377-
<groupId>com.fasterxml.jackson.core</groupId>
378-
<artifactId>jackson-core</artifactId>
377+
<groupId>com.fasterxml.jackson</groupId>
378+
<artifactId>jackson-bom</artifactId>
379379
<version>${version.jackson}</version>
380-
<scope>test</scope>
381-
</dependency>
382-
<dependency>
383-
<groupId>com.fasterxml.jackson.core</groupId>
384-
<artifactId>jackson-annotations</artifactId>
385-
<version>${version.jackson}</version>
386-
<scope>test</scope>
380+
<scope>import</scope>
381+
<type>pom</type>
387382
</dependency>
388383
<dependency>
389384
<groupId>org.mongodb</groupId>

0 commit comments

Comments
 (0)