We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c5c91 commit bf63191Copy full SHA for bf63191
samples/lambda-kotlin-request-router-sample/build.gradle.kts
@@ -37,7 +37,7 @@ dependencies {
37
38
implementation("com.amazonaws:aws-lambda-java-core:1.2.0")
39
implementation("com.amazonaws:aws-lambda-java-log4j2:1.1.0")
40
- implementation("com.fasterxml.jackson.core:jackson-databind:2.12.0")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
41
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0")
42
implementation("com.google.guava:guava:23.0")
43
0 commit comments