We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfe867 commit e9fee1fCopy full SHA for e9fee1f
dependencyManagement/build.gradle.kts
@@ -28,7 +28,7 @@ javaPlatform {
28
dependencies {
29
30
// BOMs
31
- api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.21.1"))
+ api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.21.2"))
32
api(enforcedPlatform("com.google.protobuf:protobuf-bom:$protobufVersion"))
33
api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:5.3.2"))
34
api(enforcedPlatform("io.grpc:grpc-bom:1.80.0"))
0 commit comments