Skip to content

Commit

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Former-commit-id: 6c80c74
  • Loading branch information
dependabot[bot] authored Mar 12, 2021
1 parent 33365e4 commit 737af63
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 @@ -46,7 +46,7 @@ kotlin {
implementation("junit:junit:4.13.2")
implementation(project(":protocol"))
//todo: shouldn't be 2.10.3
implementation("com.fasterxml.jackson.core:jackson-core: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.datatype:jackson-datatype-jsr310:2.12.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.2")
Expand Down

0 comments on commit 737af63

Please sign in to comment.