Skip to content

Commit

Permalink
DEV-14369 Upgrade Jackson Version (#21)
Browse files Browse the repository at this point in the history
* DEV-14369 Upgrade Jackson Version

* Revert version
  • Loading branch information
nir-logzio authored and asafalima committed Jan 15, 2020
1 parent 400b052 commit 671b0d2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,7 @@
<jetty.version>9.4.19.v20190610</jetty.version>
<guice.version>4.2.2</guice.version>
<slf4j.version>1.7.26</slf4j.version>
<!--
There’s an override to `jackson-databind` because not all jackson modules were published at the time.
Next time when changing the version we should change `jackson-databind` to use this property
-->
<jackson.version>2.9.9</jackson.version>
<jackson.version>2.10.2</jackson.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -219,7 +215,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.2</version>
<version>${jackson.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 671b0d2

Please sign in to comment.