Skip to content

Commit

Permalink
chore(deps): bump protobuf_version from 3.25.1 to 3.25.2
Browse files Browse the repository at this point in the history
Bumps `protobuf_version` from 3.25.1 to 3.25.2.

Updates `com.google.protobuf:protobuf-kotlin-lite` from 3.25.1 to 3.25.2

Updates `com.google.protobuf:protoc` from 3.25.1 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.25.1...v3.25.2)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-kotlin-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 15, 2024
1 parent 462d930 commit 7fa14e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
compose_version = '1.5.4'
hilt_version = '2.48.1'
retrofit_version = '2.9.0'
protobuf_version = '3.25.1'
protobuf_version = '3.25.2'
room_version = '2.6.0'
work_version = '2.8.1'
}
Expand Down

0 comments on commit 7fa14e3

Please sign in to comment.