Skip to content

Commit

Permalink
Merge pull request #110 from gradle/dependabot/gradle/samples/java/co…
Browse files Browse the repository at this point in the history
…m.fasterxml.jackson-jackson-bom-2.18.1

Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.1 in /samples/java
  • Loading branch information
guylabs authored Oct 30, 2024
2 parents f887738 + 5f7cb06 commit e087a1f
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.18.0"))
implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.1"))
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.1")
implementation("com.google.guava:guava:33.3.1-jre")
}
Expand Down

0 comments on commit e087a1f

Please sign in to comment.