We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d646757 commit 6c80c74Copy full SHA for 6c80c74
protocol/build.gradle.kts
@@ -46,7 +46,7 @@ kotlin {
46
implementation("junit:junit:4.13.2")
47
implementation(project(":protocol"))
48
//todo: shouldn't be 2.10.3
49
- implementation("com.fasterxml.jackson.core:jackson-core:2.10.3")
+ implementation("com.fasterxml.jackson.core:jackson-core:2.12.2")
50
implementation("com.fasterxml.jackson.core:jackson-databind:2.10.3")
51
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.2")
52
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.2")
0 commit comments