Skip to content

Commit

Permalink
Uplifted gson version from 2.8.1 to 2.9.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-sadangi authored Jun 30, 2022
1 parent 48ac561 commit 8abd8a7
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.8
- Uplifted gson version from 2.8.1 to 2.9.0 to resolve security vulnerability issue.

## 2.0.7
- Uplifted jackson databind from 2.12.1 to 2.13.3 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.7</version>
<version>2.0.8</version>
<packaging>pom</packaging>
<properties>
<slf4j.version>1.7.25</slf4j.version>
Expand All @@ -25,7 +25,7 @@
<mockito.version>2.8.47</mockito.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>
<gson.version>2.9.0</gson.version>
<swagger.ui.version>2.6.1</swagger.ui.version>
<powermock.version>1.7.3</powermock.version>
</properties>
Expand Down

0 comments on commit 8abd8a7

Please sign in to comment.