Skip to content

Commit

Permalink
Bump com.fasterxml.jackson:jackson-bom in /samples/java
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.16.1 to 2.16.2.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.16.1...jackson-bom-2.16.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 51a4c5e commit 5552098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
implementation("com.squareup.okhttp3:okhttp")
implementation("com.squareup.okhttp3:okhttp-sse")
implementation(platform("com.fasterxml.jackson:jackson-bom:2.16.1"))
implementation(platform("com.fasterxml.jackson:jackson-bom:2.16.2"))
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
implementation("com.google.guava:guava:33.0.0-jre")
}
Expand Down

0 comments on commit 5552098

Please sign in to comment.