From 35cd4363fe4614b2b32c2b6dc95fdc60d66f18d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:22:53 +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-kotlin` 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-kotlin 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 d4f20318..966f90a4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ jackson = "2.18.1" victools-json-schema = "4.37.0" ksp = "2.0.21-1.0.28" -protobuf = "4.29.0" +protobuf = "4.29.1" opentelemetry = "1.44.1" vertx = "4.5.11" kotlinx-serialization = "1.7.3"