Skip to content

Commit c7b0e5b

Browse files
Bump com.fasterxml.jackson:jackson-bom in /samples/java
--- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 224abcf commit c7b0e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation(platform("com.squareup.okhttp3:okhttp-bom:5.1.0"))
1212
implementation("com.squareup.okhttp3:okhttp")
1313
implementation("com.squareup.okhttp3:okhttp-sse")
14-
implementation(platform("com.fasterxml.jackson:jackson-bom:2.19.1"))
14+
implementation(platform("com.fasterxml.jackson:jackson-bom:2.19.2"))
1515
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.2")
1616
implementation("com.google.guava:guava:33.4.8-jre")
1717
}

0 commit comments

Comments
 (0)