From 7fa14e318e732a3c795a59b20d02ae8a2672f26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:39:18 +0000 Subject: [PATCH] chore(deps): bump protobuf_version from 3.25.1 to 3.25.2 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](https://github.com/protocolbuffers/protobuf/compare/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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1f2765b..803f4dc 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.25.1' + protobuf_version = '3.25.2' room_version = '2.6.0' work_version = '2.8.1' }