Skip to content

Commit c08e4a6

Browse files
Bump jackson-databind from 2.10.3 to 2.12.2 (#342)
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
1 parent 737af63 commit c08e4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ kotlin {
4747
implementation(project(":protocol"))
4848
//todo: shouldn't be 2.10.3
4949
implementation("com.fasterxml.jackson.core:jackson-core:2.12.2")
50-
implementation("com.fasterxml.jackson.core:jackson-databind:2.10.3")
50+
implementation("com.fasterxml.jackson.core:jackson-databind:2.12.2")
5151
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.2")
5252
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.2")
5353
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:2.12.2")

0 commit comments

Comments
 (0)