From 2d380471f079f2f54761053aa6859ab9a9544a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:59:38 +0000 Subject: [PATCH] chore(deps): bump protobuf_version from 3.24.0 to 3.24.4 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](https://github.com/protocolbuffers/protobuf/compare/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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ac6257b..897ce13 100644 --- a/build.gradle +++ b/build.gradle @@ -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.