Skip to content

Commit 886413c

Browse files
Bump com.fasterxml.jackson.core:jackson-databind in /samples/java
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.19.2 to 2.20.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1872ffe commit 886413c

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
@@ -12,7 +12,7 @@ dependencies {
1212
implementation("com.squareup.okhttp3:okhttp")
1313
implementation("com.squareup.okhttp3:okhttp-sse")
1414
implementation(platform("com.fasterxml.jackson:jackson-bom:2.19.2"))
15-
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.2")
15+
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
1616
implementation("com.google.guava:guava:33.4.8-jre")
1717
}
1818

0 commit comments

Comments
 (0)