Skip to content

Commit

Permalink
(fix#445).upgrade the version to solve the potential security risk of…
Browse files Browse the repository at this point in the history
… jackson-databind. (sofastack#446)

* (fix#445).upgrade the version to solve the potential security risk of jackson-databind.
  • Loading branch information
zongtanghu authored May 14, 2020
1 parent cf626b8 commit b37c189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jraft-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>jraft-example ${project.version}</name>

<properties>
<jackson.databind.version>2.9.10.3</jackson.databind.version>
<jackson.databind.version>2.9.10.4</jackson.databind.version>
<jackson.dataformat.version>2.9.10</jackson.dataformat.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion jraft-rheakv/rheakv-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>rheakv-core ${project.version}</name>

<properties>
<jackson.databind.version>2.9.10.3</jackson.databind.version>
<jackson.databind.version>2.9.10.4</jackson.databind.version>
<jackson.dataformat.version>2.9.10</jackson.dataformat.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion jraft-rheakv/rheakv-pd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>rheakv-pd ${project.version}</name>

<properties>
<jackson.databind.version>2.9.10.3</jackson.databind.version>
<jackson.databind.version>2.9.10.4</jackson.databind.version>
<jackson.dataformat.version>2.9.10</jackson.dataformat.version>
</properties>

Expand Down

0 comments on commit b37c189

Please sign in to comment.