Skip to content

Commit

Permalink
updated jackson-databind to a version 2.9.5 and uplifted parent versi…
Browse files Browse the repository at this point in the history
…on. (#9)

* updated jackson-databind to a version 2.9.5 and uplifted parent version.
resolved #7 [#7]
  • Loading branch information
ZVADHEM authored and xdurvak committed Nov 9, 2018
1 parent 105c859 commit 13cba11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.6
- Version upgrade.
- Jackson.databind.version updated to 2.9.5

## 0.0.5
- Verson alignments.
- google-gson.version to 2.8.1 and logback.version to 1.1.9
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.Ericsson</groupId>
<artifactId>eiffel-remrem-parent</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
<packaging>pom</packaging>
<properties>
<slf4j.version>1.7.25</slf4j.version>
Expand All @@ -23,7 +23,7 @@
<commans.lang3.version>3.7</commans.lang3.version>
<commons.io.version>2.6</commons.io.version>
<mockito.version>2.8.47</mockito.version>
<jackson.databind.version>2.9.4</jackson.databind.version>
<jackson.databind.version>2.9.5</jackson.databind.version>
<json.schema.validator.version>2.2.6</json.schema.validator.version>
<gson.version>2.8.1</gson.version>
<swagger.ui.version>2.6.1</swagger.ui.version>
Expand Down

0 comments on commit 13cba11

Please sign in to comment.