From 02ad9923a02a5f904671209bf19fe053d0577570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:26:55 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.module:jackson-module-kotlin Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.17.1 to 2.18.0. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.17.1...jackson-module-kotlin-2.18.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin 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..fac30c3 100644 --- a/samples/lambda-kotlin-request-router-sample-proto/build.gradle.kts +++ b/samples/lambda-kotlin-request-router-sample-proto/build.gradle.kts @@ -42,7 +42,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.module:jackson-module-kotlin:2.17.1") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0") implementation("com.google.guava:guava:23.0") implementation("com.google.protobuf:protobuf-java:$proto") implementation("com.google.protobuf:protobuf-java-util:$proto")