From e6e36c5c690c7f1c2d39995855349c55ab387618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:15:01 +0000 Subject: [PATCH] Bump protobuf from 3.25.3 to 4.26.0 Bumps `protobuf` from 3.25.3 to 4.26.0. Updates `com.google.protobuf:protobuf-kotlin-lite` from 3.25.3 to 4.26.0 Updates `com.google.protobuf:protoc` from 3.25.3 to 4.26.0 - [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/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-kotlin-lite dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2862c7b82..952c1d9db 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -47,7 +47,7 @@ kotlinxDatetime = "0.5.0" kotlinxSerializationJson = "1.6.3" ksp = "1.9.22-1.0.18" okhttp = "4.12.0" -protobuf = "3.25.3" +protobuf = "4.26.0" protobufPlugin = "0.9.4" retrofit = "2.9.0" retrofitKotlinxSerializationJson = "1.0.0"