From 435630882c13d684db35aa1ad88682143582c523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:58:54 +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-java` 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) Updates `com.google.protobuf:protobuf-java-util` from 3.25.3 to 4.26.0 Updates `com.google.protobuf:protobuf-javalite` from 3.25.3 to 4.26.0 Updates `com.google.protobuf:protobuf-kotlin` from 3.25.3 to 4.26.0 Updates `com.google.protobuf:protobuf-kotlin-lite` from 3.25.3 to 4.26.0 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-javalite dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-kotlin dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-kotlin-lite 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 77533512..4721de75 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ moshi = "1.15.1" okhttp = "4.12.0" okio = "3.8.0" # Ensure that PROTOC_VERSION in the Makefile is updated when changing this version. -protobuf = "3.25.3" +protobuf = "4.26.0" slf4j = "2.0.12" spotless = "6.25.0"