Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.…
Browse files Browse the repository at this point in the history
…17.2 (#1933)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 6, 2024
1 parent e09c7b8 commit 5d10229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ javaPlatform {
dependencies {

// BOMs
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.17.1"))
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.17.2"))
api(enforcedPlatform("com.google.protobuf:protobuf-bom:$protobufVersion"))
api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
api(enforcedPlatform("io.grpc:grpc-bom:1.65.0"))
Expand Down

0 comments on commit 5d10229

Please sign in to comment.