Skip to content

Commit

Permalink
update jackson to 2.13.4 (#479)
Browse files Browse the repository at this point in the history
Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
(cherry picked from commit d0c86aa)
  • Loading branch information
kavithacm authored and github-actions[bot] committed Oct 4, 2022
1 parent bcaa100 commit 1da8916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reports-scheduler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ configurations.all {
resolutionStrategy {
force "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
force "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.4"
force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.4"
}
}

Expand Down

0 comments on commit 1da8916

Please sign in to comment.