Skip to content

Commit

Permalink
Uplift of jackson-databind to latest version (#29)
Browse files Browse the repository at this point in the history
* Uplifted Jackson-databind dependency to 2.13.3
* changed the parent version to 2.0.7

Co-authored-by: Vishnu <vishnu.alapati@ericsson.com>
  • Loading branch information
vishnu-alapati and Vishnu authored May 27, 2022
1 parent b87b31e commit 48ac561
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.7
- Uplifted jackson databind from 2.12.1 to 2.13.3 to resolve security vulnerability issue.

## 2.0.6
- Uplifted logback dependency from 1.2.0 to 1.2.10 to resolve vulnerability issue.
- Uplifted jackson databind from 2.10.1 to 2.12.1 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.6</version>
<version>2.0.7</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.7</commons.io.version>
<mockito.version>2.8.47</mockito.version>
<jackson.databind.version>2.12.1</jackson.databind.version>
<jackson.databind.version>2.13.3</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 48ac561

Please sign in to comment.