Skip to content

Commit

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

Updates `com.google.protobuf:protobuf-kotlin-lite` from 3.24.0 to 3.24.4

Updates `com.google.protobuf:protoc` from 3.24.0 to 3.24.4
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.24.0...v3.24.4)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 9d732fd commit 2d38047
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.24.0'
protobuf_version = '3.24.4'
room_version = '2.6.0'
}
} // Top-level build file where you can add configuration options common to all sub-projects/modules.
Expand Down

0 comments on commit 2d38047

Please sign in to comment.