Skip to content

Commit

Permalink
Merge pull request #83 from gradle/dependabot/gradle/samples/java/com…
Browse files Browse the repository at this point in the history
….fasterxml.jackson-jackson-bom-2.16.1

Bump com.fasterxml.jackson:jackson-bom from 2.16.0 to 2.16.1 in /samples/java
  • Loading branch information
guylabs authored Dec 27, 2023
2 parents 06ea0ba + 508a7af commit 31b2392
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.0"))
implementation(platform("com.fasterxml.jackson:jackson-bom:2.16.1"))
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")
implementation("com.google.guava:guava:33.0.0-jre")
}
Expand Down

0 comments on commit 31b2392

Please sign in to comment.