Skip to content

Commit 25ffcb1

Browse files
authored
Merge pull request #1300 from android/dependabot/gradle/protobuf-4.26.0
Bump protobuf from 3.25.2 to 4.26.0
2 parents de9ee5a + c4b669a commit 25ffcb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/dependencies/prodReleaseRuntimeClasspath.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ com.google.guava:failureaccess:1.0.1
188188
com.google.guava:guava:31.1-android
189189
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
190190
com.google.j2objc:j2objc-annotations:1.3
191-
com.google.protobuf:protobuf-javalite:3.25.2
192-
com.google.protobuf:protobuf-kotlin-lite:3.25.2
191+
com.google.protobuf:protobuf-javalite:4.26.0
192+
com.google.protobuf:protobuf-kotlin-lite:4.26.0
193193
com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0
194194
com.squareup.okhttp3:logging-interceptor:4.12.0
195195
com.squareup.okhttp3:okhttp:4.12.0

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ kotlinxSerializationJson = "1.6.3"
4949
ksp = "1.9.22-1.0.18"
5050
moduleGraph = "2.5.0"
5151
okhttp = "4.12.0"
52-
protobuf = "3.25.2"
52+
protobuf = "4.26.0"
5353
protobufPlugin = "0.9.4"
5454
retrofit = "2.9.0"
5555
retrofitKotlinxSerializationJson = "1.0.0"

0 commit comments

Comments
 (0)