From c85d3c64b07482e129b9027cee55084e5d958449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:26:51 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.1 to 2.18.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../lambda-kotlin-request-router-sample-proto/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/lambda-kotlin-request-router-sample-proto/build.gradle.kts b/samples/lambda-kotlin-request-router-sample-proto/build.gradle.kts index 707e5c4..37dccf4 100644 --- a/samples/lambda-kotlin-request-router-sample-proto/build.gradle.kts +++ b/samples/lambda-kotlin-request-router-sample-proto/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { implementation("com.amazonaws:aws-lambda-java-core:1.2.3") implementation("com.amazonaws:aws-lambda-java-log4j2:1.6.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1") + implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1") implementation("com.google.guava:guava:23.0") implementation("com.google.protobuf:protobuf-java:$proto")