Skip to content

Commit 6add4d6

Browse files
Bump protobuf from 3.24.4 to 3.25.2 (#1214)
* Bump protobuf from 3.24.4 to 3.25.2 Bumps `protobuf` from 3.24.4 to 3.25.2. Updates `com.google.protobuf:protobuf-kotlin-lite` from 3.24.4 to 3.25.2 Updates `com.google.protobuf:protoc` from 3.24.4 to 3.25.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.24.4...v3.25.2) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-kotlin-lite dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * 🤖 Updates baselines for Dependency Guard --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent f64f1c0 commit 6add4d6

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
@@ -168,8 +168,8 @@ com.google.guava:failureaccess:1.0.1
168168
com.google.guava:guava:31.1-android
169169
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
170170
com.google.j2objc:j2objc-annotations:1.3
171-
com.google.protobuf:protobuf-javalite:3.24.4
172-
com.google.protobuf:protobuf-kotlin-lite:3.24.4
171+
com.google.protobuf:protobuf-javalite:3.25.2
172+
com.google.protobuf:protobuf-kotlin-lite:3.25.2
173173
com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0
174174
com.squareup.okhttp3:logging-interceptor:4.12.0
175175
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
@@ -46,7 +46,7 @@ kotlinxDatetime = "0.5.0"
4646
kotlinxSerializationJson = "1.6.0"
4747
ksp = "1.9.21-1.0.16"
4848
okhttp = "4.12.0"
49-
protobuf = "3.24.4"
49+
protobuf = "3.25.2"
5050
protobufPlugin = "0.9.4"
5151
retrofit = "2.9.0"
5252
retrofitKotlinxSerializationJson = "1.0.0"

0 commit comments

Comments
 (0)