Skip to content

Commit e639cb8

Browse files
Merge pull request #43 from gradle/dependabot/gradle/com.fasterxml.jackson.core-jackson-databind-2.13.2
Bump jackson-databind from 2.13.1 to 2.13.2
2 parents 5f889a1 + 84ce12a commit e639cb8

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)