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.
2 parents 5dd5911 + 0e57a3e commit a43a239Copy full SHA for a43a239
gradle/libs.versions.toml
@@ -19,7 +19,7 @@ ktlint = "0.48.2"
19
moshi = "1.15.2"
20
okhttp = "5.2.1"
21
okio = "3.9.1"
22
-protobuf = "4.32.1"
+protobuf = "4.33.0"
23
protobufGradlePlugin = "0.9.5"
24
25
[libraries]
wire-reflector/build.gradle.kts
@@ -15,7 +15,7 @@ dependencies {
15
implementation(libs.okio.core)
16
api(libs.guava)
17
implementation("io.grpc:grpc-protobuf:1.76.0")
18
- implementation("com.google.protobuf:protoc:4.32.1")
+ implementation("com.google.protobuf:protoc:4.33.0")
testImplementation(projects.wireTestUtils)
testImplementation(libs.junit)
0 commit comments