Skip to content

Commit

Permalink
Uplifted jackson-databind version from 2.9.9.2 to 2.9.10.1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
durga-vasaadi authored and Umadevi-Kapu committed Jan 21, 2020
1 parent 5973190 commit 561d1fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.3
- Uplifted jackson-databind from 2.9.9.2 to 2.9.10.1 to resolve security vulnerability issue.

## 2.0.2
- Uplifted jackson-databind from 2.9.9 to 2.9.9.2 to resolve security vulnerability issue.

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.eiffel-community</groupId>
<artifactId>eiffel-remrem-parent</artifactId>
<version>2.0.2</version>
<version>2.0.3</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.9.2</jackson.databind.version>
<jackson.databind.version>2.9.10.1</jackson.databind.version>
<json.schema.validator.version>2.2.8</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 561d1fc

Please sign in to comment.