From ea3fc3f344fc09c5b3b28ca673bd0ab36f50362c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 00:15:22 +0000 Subject: [PATCH] Bump protobufVersion from 4.28.0 to 4.28.2 Bumps `protobufVersion` from 4.28.0 to 4.28.2. Updates `com.google.protobuf:protobuf-java` from 4.28.0 to 4.28.2 - [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.28.0 to 4.28.2 Updates `com.google.protobuf:protoc` from 4.28.0 to 4.28.2 - [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-patch - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- oslonokkelen-keychain-push-protobuf/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslonokkelen-keychain-push-protobuf/build.gradle.kts b/oslonokkelen-keychain-push-protobuf/build.gradle.kts index a213826..5993fbe 100644 --- a/oslonokkelen-keychain-push-protobuf/build.gradle.kts +++ b/oslonokkelen-keychain-push-protobuf/build.gradle.kts @@ -7,7 +7,7 @@ plugins { project.description = "Defines protobuf messages used in api" -val protobufVersion = "4.28.0" +val protobufVersion = "4.28.2" dependencies { api("com.google.protobuf:protobuf-java:$protobufVersion")