Skip to content

Commit fd0c294

Browse files
Bump com.fasterxml.jackson:jackson-bom in /samples/java
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.19.2 to 2.20.0. - [Commits](FasterXML/jackson-bom@jackson-bom-2.19.2...jackson-bom-2.20.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom 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 fd0c294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/java/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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.2"))
15-
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.2")
14+
implementation(platform("com.fasterxml.jackson:jackson-bom:2.20.0"))
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)