From 6e2eb04cef7fedba0271fbe3451f80431f2c5e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 06:11:44 +0000 Subject: [PATCH] Bump proto in /samples/lambda-kotlin-request-router-sample-proto Bumps `proto` from 3.11.1 to 4.28.0. Updates `com.google.protobuf:protobuf-java` from 3.11.1 to 4.28.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.11.1 to 4.28.0 Updates `com.google.protobuf:protoc` from 3.11.1 to 4.28.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-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:protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../lambda-kotlin-request-router-sample-proto/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/lambda-kotlin-request-router-sample-proto/build.gradle.kts b/samples/lambda-kotlin-request-router-sample-proto/build.gradle.kts index 707e5c4..c8e2f39 100644 --- a/samples/lambda-kotlin-request-router-sample-proto/build.gradle.kts +++ b/samples/lambda-kotlin-request-router-sample-proto/build.gradle.kts @@ -32,7 +32,7 @@ repositories { maven { url = URI("https://jitpack.io") } } -val proto = "3.11.1" +val proto = "4.28.0" dependencies { implementation(kotlin("stdlib")) implementation(kotlin("reflect"))