Skip to content

Commit

Permalink
Bump jackson-databind from 2.10.3 to 2.12.2 (#342)
Browse files Browse the repository at this point in the history
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.3 to 2.12.2.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Former-commit-id: 0f93839
  • Loading branch information
dependabot[bot] authored Mar 13, 2021
1 parent 737af63 commit c08e4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kotlin {
implementation(project(":protocol"))
//todo: shouldn't be 2.10.3
implementation("com.fasterxml.jackson.core:jackson-core:2.12.2")
implementation("com.fasterxml.jackson.core:jackson-databind:2.10.3")
implementation("com.fasterxml.jackson.core:jackson-databind:2.12.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:2.12.2")
Expand Down

0 comments on commit c08e4a6

Please sign in to comment.