We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69872e1 commit 4591259Copy full SHA for 4591259
samples/lambda-kotlin-request-router-sample-proto/build.gradle.kts
@@ -41,7 +41,7 @@ dependencies {
41
42
implementation("com.amazonaws:aws-lambda-java-core:1.2.0")
43
implementation("com.amazonaws:aws-lambda-java-log4j2:1.1.0")
44
- implementation("com.fasterxml.jackson.core:jackson-databind:2.12.0")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
45
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1")
46
implementation("com.google.guava:guava:23.0")
47
implementation("com.google.protobuf:protobuf-java:$proto")
0 commit comments