From aa1fdb95688c1c5aebc87afc39870123e627365c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:00:19 +0000 Subject: [PATCH 1/2] Bump grpc-kotlin from 1.4.1 to 1.4.3 Bumps `grpc-kotlin` from 1.4.1 to 1.4.3. Updates `io.grpc:protoc-gen-grpc-kotlin` from 1.4.1 to 1.4.3 - [Release notes](https://github.com/grpc/grpc-kotlin/releases) - [Changelog](https://github.com/grpc/grpc-kotlin/blob/master/CHANGELOG.md) - [Commits](https://github.com/grpc/grpc-kotlin/compare/v1.4.1...v1.4.3) Updates `io.grpc:grpc-kotlin-stub` from 1.4.1 to 1.4.3 - [Release notes](https://github.com/grpc/grpc-kotlin/releases) - [Changelog](https://github.com/grpc/grpc-kotlin/blob/master/CHANGELOG.md) - [Commits](https://github.com/grpc/grpc-kotlin/compare/v1.4.1...v1.4.3) --- updated-dependencies: - dependency-name: io.grpc:protoc-gen-grpc-kotlin dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.grpc:grpc-kotlin-stub dependency-version: 1.4.3 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 66b45368..6f5663f2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ autoService = "1.1.1" cel = "0.5.3" grpc-java = "1.73.0" -grpc-kotlin = "1.4.1" +grpc-kotlin = "1.4.3" kotlinLogging = "7.0.7" kotlinPoet = "2.2.0" kotlinx-coroutines = "1.10.2" From dbe8865e383490a112774ca7007d73da34a36d97 Mon Sep 17 00:00:00 2001 From: Andrew Parmet Date: Mon, 16 Jun 2025 00:02:03 -0400 Subject: [PATCH 2/2] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51a8d523..7097a288 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # protokt [![Github Actions](https://github.com/open-toast/protokt/actions/workflows/ci.yml/badge.svg)](https://github.com/open-toast/protokt/actions/workflows/ci.yml) -[![Maven Central](https://img.shields.io/maven-central/v/com.toasttab.protokt.v1/protokt-runtime)](https://search.maven.org/artifact/com.toasttab.protokt/protokt-runtime) -[![Gradle Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/com/toasttab/protokt/v1/protokt-gradle-plugin/maven-metadata.xml.svg?label=gradle-portal&color=yellowgreen)](https://plugins.gradle.org/plugin/com.toasttab.protokt) +[![Maven Central](https://img.shields.io/maven-central/v/com.toasttab.protokt.v1/protokt-runtime)](https://search.maven.org/artifact/com.toasttab.protokt.v1/protokt-runtime) +[![Gradle Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/com/toasttab/protokt/v1/protokt-gradle-plugin/maven-metadata.xml.svg?label=gradle-portal&color=yellowgreen)](https://plugins.gradle.org/plugin/com.toasttab.protokt.v1) Protocol Buffer compiler and runtime for Kotlin.