Skip to content

Commit 71c4f43

Browse files
Bump jackson-databind from 2.13.1 to 2.13.2.2 (#170)
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.1 to 2.13.2.2. - [Release notes](https://github.com/FasterXML/jackson/releases) - [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-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd7c227 commit 71c4f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
api("com.amazonaws:aws-lambda-java-events:3.11.0")
88

99
implementation("org.slf4j:slf4j-api:1.7.36")
10-
api("com.fasterxml.jackson.core:jackson-databind:2.13.1")
10+
api("com.fasterxml.jackson.core:jackson-databind:2.13.2.2")
1111
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2")
1212
api("com.google.guava:guava:31.1-jre")
1313

0 commit comments

Comments
 (0)