From 6f57eda8bcb8f35080abdf36cfeff6c480269f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:30:28 -0400 Subject: [PATCH 1/5] Bump autoService from 1.0.1 to 1.1.1 Bumps `autoService` from 1.0.1 to 1.1.1. Updates `com.google.auto.service:auto-service` from 1.0.1 to 1.1.1 - [Release notes](https://github.com/google/auto/releases) - [Commits](https://github.com/google/auto/compare/auto-common-1.0.1...auto-service-1.1.1) Updates `com.google.auto.service:auto-service-annotations` from 1.0.1 to 1.1.1 - [Release notes](https://github.com/google/auto/releases) - [Commits](https://github.com/google/auto/compare/auto-common-1.0.1...auto-service-1.1.1) --- updated-dependencies: - dependency-name: com.google.auto.service:auto-service dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.auto.service:auto-service-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 260458002..e39441a28 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ # limitations under the License. [versions] -autoService = "1.0.1" +autoService = "1.1.1" grpc-java = "1.58.0" grpc-kotlin = "1.4.0" kotlinLogging = "5.1.0" From a9e110041c45322941d1aa4cbcb6864159e6b376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:30:50 -0400 Subject: [PATCH 2/5] Bump de.undercouch.download from 5.4.0 to 5.6.0 Bumps [de.undercouch.download](https://github.com/michel-kraemer/gradle-download-task) from 5.4.0 to 5.6.0. - [Release notes](https://github.com/michel-kraemer/gradle-download-task/releases) - [Commits](https://github.com/michel-kraemer/gradle-download-task/compare/5.4.0...5.6.0) --- updated-dependencies: - dependency-name: de.undercouch.download dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 e39441a28..700e09172 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ spotless = "6.21.0" # benchmarks datasets = "0.1.0" -download = "5.4.0" +download = "5.6.0" jmh = "1.26" wire = "4.8.1" From 3b1310840e92ea5d0c24f75a88bb17d049a51a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:31:04 -0400 Subject: [PATCH 3/5] Bump org.jetbrains.kotlinx:binary-compatibility-validator Bumps [org.jetbrains.kotlinx:binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.13.2 to 0.14.0. - [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases) - [Commits](https://github.com/Kotlin/binary-compatibility-validator/compare/0.13.2...0.14.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:binary-compatibility-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 700e09172..c78dcb67e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ slf4j = "2.0.6" # build androidGradlePlugin = "7.4.2" animalSnifferGradlePlugin = "1.7.1" -binaryCompatibilityValidator = "0.13.2" +binaryCompatibilityValidator = "0.14.0" buildConfig = "3.1.0" gradleMavenPublishPlugin = "0.25.3" gummyBears = "0.8.0" From 484d40c145dbc8ad03538c600b954f2916604034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:31:17 -0400 Subject: [PATCH 4/5] Bump wire from 4.8.1 to 4.9.7 Bumps `wire` from 4.8.1 to 4.9.7. Updates `com.squareup.wire:wire-runtime` from 4.8.1 to 4.9.7 - [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/wire/compare/4.8.1...4.9.7) Updates `com.squareup.wire` from 4.8.1 to 4.9.7 - [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/wire/compare/4.8.1...4.9.7) --- updated-dependencies: - dependency-name: com.squareup.wire:wire-runtime dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.wire dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c78dcb67e..48b812d13 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,7 +41,7 @@ spotless = "6.21.0" datasets = "0.1.0" download = "5.6.0" jmh = "1.26" -wire = "4.8.1" +wire = "4.9.7" # test grpc-js = "1.8.14" From 696f36643670b80d974a34b6a99cd30760149edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:31:31 -0400 Subject: [PATCH 5/5] Bump grpc-kotlin from 1.4.0 to 1.4.1 Bumps `grpc-kotlin` from 1.4.0 to 1.4.1. Updates `io.grpc:protoc-gen-grpc-kotlin` from 1.4.0 to 1.4.1 - [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.0...v1.4.1) Updates `io.grpc:grpc-kotlin-stub` from 1.4.0 to 1.4.1 - [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.0...v1.4.1) --- updated-dependencies: - dependency-name: io.grpc:protoc-gen-grpc-kotlin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.grpc:grpc-kotlin-stub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 48b812d13..fe7f3bea3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ [versions] autoService = "1.1.1" grpc-java = "1.58.0" -grpc-kotlin = "1.4.0" +grpc-kotlin = "1.4.1" kotlinLogging = "5.1.0" kotlinPoet = "1.14.2" kotlinx-coroutines = "1.6.0"