From dfecc1392c7733d4d2f6c6e74ad2c68af0a100ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:23:18 +0000 Subject: [PATCH] build(deps): bump the maven-dependencies group with 3 updates Bumps the maven-dependencies group with 3 updates: com.google.protobuf:protobuf-kotlin-lite, com.google.protobuf:protobuf-javalite and [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf). Updates `com.google.protobuf:protobuf-kotlin-lite` from 4.26.0 to 4.26.1 Updates `com.google.protobuf:protobuf-javalite` from 4.26.0 to 4.26.1 Updates `com.google.protobuf:protoc` from 4.26.0 to 4.26.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-javalite` from 4.26.0 to 4.26.1 Updates `com.google.protobuf:protoc` from 4.26.0 to 4.26.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) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-kotlin-lite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: com.google.protobuf:protobuf-javalite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: com.google.protobuf:protobuf-javalite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies ... 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 937aa9027e..ca5489bf12 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -protobuf = "4.26.0" +protobuf = "4.26.1" coroutine = "1.8.0" kotlin = "1.9.23"