Skip to content

Commit a43a239

Browse files
authored
Merge pull request #3438 from square/renovate/protobuf-monorepo
Update protobuf monorepo to v4.33.0
2 parents 5dd5911 + 0e57a3e commit a43a239

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ktlint = "0.48.2"
1919
moshi = "1.15.2"
2020
okhttp = "5.2.1"
2121
okio = "3.9.1"
22-
protobuf = "4.32.1"
22+
protobuf = "4.33.0"
2323
protobufGradlePlugin = "0.9.5"
2424

2525
[libraries]

wire-reflector/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation(libs.okio.core)
1616
api(libs.guava)
1717
implementation("io.grpc:grpc-protobuf:1.76.0")
18-
implementation("com.google.protobuf:protoc:4.32.1")
18+
implementation("com.google.protobuf:protoc:4.33.0")
1919

2020
testImplementation(projects.wireTestUtils)
2121
testImplementation(libs.junit)

0 commit comments

Comments
 (0)