Skip to content

Commit c3a62d7

Browse files
Update dependency com.google.protobuf:protobuf-bom to v4
1 parent d0b463d commit c3a62d7

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.1",
1212
"com.google.guava:guava-bom:33.2.1-jre",
13-
"com.google.protobuf:protobuf-bom:3.25.3",
13+
"com.google.protobuf:protobuf-bom:4.27.1",
1414
"com.linecorp.armeria:armeria-bom:1.28.4",
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)