We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60aaf56 commit f3561ddCopy full SHA for f3561dd
dependencyManagement/build.gradle.kts
@@ -28,7 +28,7 @@ javaPlatform {
28
dependencies {
29
30
// BOMs
31
- api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.18.2"))
+ api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.18.3"))
32
api(enforcedPlatform("com.google.protobuf:protobuf-bom:$protobufVersion"))
33
api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
34
api(enforcedPlatform("io.grpc:grpc-bom:1.70.0"))
0 commit comments