Skip to content

Commit 6c80c74

Browse files
Bump jackson-core from 2.10.3 to 2.12.2 (#343)
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>
1 parent d646757 commit 6c80c74

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
@@ -46,7 +46,7 @@ kotlin {
4646
implementation("junit:junit:4.13.2")
4747
implementation(project(":protocol"))
4848
//todo: shouldn't be 2.10.3
49-
implementation("com.fasterxml.jackson.core:jackson-core:2.10.3")
49+
implementation("com.fasterxml.jackson.core:jackson-core:2.12.2")
5050
implementation("com.fasterxml.jackson.core:jackson-databind:2.10.3")
5151
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.2")
5252
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.2")

0 commit comments

Comments
 (0)