From 5ad2a13d1b11397e2b1a3b50521037cb4c45fb3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:06:13 +0000 Subject: [PATCH] Bump protobuf from 4.29.0 to 4.29.1 Bumps `protobuf` from 4.29.0 to 4.29.1. Updates `com.google.protobuf:protobuf-java` from 4.29.0 to 4.29.1 - [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 4.29.0 to 4.29.1 Updates `com.google.protobuf:protobuf-javalite` from 4.29.0 to 4.29.1 Updates `com.google.protobuf:protobuf-kotlin` from 4.29.0 to 4.29.1 Updates `com.google.protobuf:protobuf-kotlin-lite` from 4.29.0 to 4.29.1 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-javalite dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-kotlin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-kotlin-lite dependency-type: direct:production update-type: version-update:semver-patch ... 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 f520bc8c..97c29ee4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ mavenplugin = "0.30.0" moshi = "1.15.2" okhttp = "4.12.0" okio = "3.9.1" -protobuf = "4.29.0" +protobuf = "4.29.1" slf4j = "2.0.16" spotless = "6.25.0"