Skip to content

Commit 9c33e2c

Browse files
Update dependency com.google.protobuf:protobuf-bom to v4
1 parent dcdc672 commit 9c33e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rootProject.extra["versions"] = dependencyVersions
1010
val DEPENDENCY_BOMS = listOf(
1111
"com.fasterxml.jackson:jackson-bom:2.17.2",
1212
"com.google.guava:guava-bom:33.2.1-jre",
13-
"com.google.protobuf:protobuf-bom:3.25.4",
13+
"com.google.protobuf:protobuf-bom:4.27.3",
1414
"com.linecorp.armeria:armeria-bom:1.30.0",
1515
"com.squareup.okhttp3:okhttp-bom:4.12.0",
1616
"com.squareup.okio:okio-bom:3.9.0", // applies to transitive dependencies of okhttp

0 commit comments

Comments
 (0)