Skip to content

Commit

Permalink
Jackson Databind does not longer need its own version.
Browse files Browse the repository at this point in the history
It only got its own separate version when there was a CVE against it,
and it was patched separately.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Feb 25, 2024
1 parent 84f7e0a commit d8c67fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
<ant.version>1.10.12</ant.version>
<ant.external.version>1.10.2</ant.external.version>
<jackson.version>2.16.1</jackson.version>
<jackson-databind.version>2.16.0</jackson-databind.version>
<fasterxml.classmate.version>1.7.0</fasterxml.classmate.version>
<stax-api.version>1.0-2</stax-api.version>
<jettison.version>1.5.4</jettison.version>
Expand Down Expand Up @@ -653,7 +652,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson-databind.version}</version>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
Expand Down

0 comments on commit d8c67fe

Please sign in to comment.