Skip to content

Commit 4591259

Browse files
Bump com.fasterxml.jackson.core:jackson-databind (#375)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.12.0 to 2.17.1. - [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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69872e1 commit 4591259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/lambda-kotlin-request-router-sample-proto/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141

4242
implementation("com.amazonaws:aws-lambda-java-core:1.2.0")
4343
implementation("com.amazonaws:aws-lambda-java-log4j2:1.1.0")
44-
implementation("com.fasterxml.jackson.core:jackson-databind:2.12.0")
44+
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
4545
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1")
4646
implementation("com.google.guava:guava:23.0")
4747
implementation("com.google.protobuf:protobuf-java:$proto")

0 commit comments

Comments
 (0)