Skip to content

Commit 84ce12a

Browse files
Bump jackson-databind from 2.13.1 to 2.13.2
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.1 to 2.13.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]>
1 parent 5f889a1 commit 84ce12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/fetch-build-scan-data-cmdline-tool/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation("com.squareup.okhttp3:okhttp-sse")
1515

1616
implementation(platform("com.fasterxml.jackson:jackson-bom:2.13.1"))
17-
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.1")
17+
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.2")
1818

1919
implementation("com.google.guava:guava:31.1-jre")
2020
implementation("info.picocli:picocli:4.6.3")

0 commit comments

Comments
 (0)