Skip to content

Commit

Permalink
update com.fasterxml.jackson.core:jackson-databind 2.10.5.1 to 2.12.6…
Browse files Browse the repository at this point in the history
….1 (#892)
  • Loading branch information
claire9910 authored Jan 28, 2023
1 parent 201ca8f commit c5f11a6
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.10.5.1</jackson.databind.version>
<jackson.databind.version>2.12.6.1</jackson.databind.version>
<jackson.dataformat.version>2.10.4</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.10.5.1</jackson.databind.version>
<jackson.databind.version>2.12.6.1</jackson.databind.version>
<jackson.dataformat.version>2.10.4</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.10.5.1</jackson.databind.version>
<jackson.databind.version>2.12.6.1</jackson.databind.version>
<jackson.dataformat.version>2.10.4</jackson.dataformat.version>
</properties>

Expand Down

0 comments on commit c5f11a6

Please sign in to comment.