From 835c6f5cd191458c678579a413a1863ac02dbf96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:57:15 +0000 Subject: [PATCH] Bump the minor-and-patch group across 1 directory with 4 updates Bumps the minor-and-patch group with 4 updates in the / directory: [io.grpc:protoc-gen-grpc-java](https://github.com/grpc/grpc-java), [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java), [io.grpc:grpc-netty](https://github.com/grpc/grpc-java) and [io.grpc:grpc-stub](https://github.com/grpc/grpc-java). Updates `io.grpc:protoc-gen-grpc-java` from 1.65.0 to 1.65.1 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.65.0...v1.65.1) Updates `io.grpc:grpc-protobuf` from 1.65.0 to 1.65.1 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.65.0...v1.65.1) Updates `io.grpc:grpc-netty` from 1.65.0 to 1.65.1 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.65.0...v1.65.1) Updates `io.grpc:grpc-stub` from 1.65.0 to 1.65.1 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.65.0...v1.65.1) Updates `io.grpc:grpc-protobuf` from 1.65.0 to 1.65.1 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.65.0...v1.65.1) Updates `io.grpc:grpc-netty` from 1.65.0 to 1.65.1 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.65.0...v1.65.1) Updates `io.grpc:grpc-stub` from 1.65.0 to 1.65.1 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.65.0...v1.65.1) --- updated-dependencies: - dependency-name: io.grpc:protoc-gen-grpc-java dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: io.grpc:grpc-protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: io.grpc:grpc-netty dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: io.grpc:grpc-stub dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: io.grpc:grpc-protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: io.grpc:grpc-netty dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: io.grpc:grpc-stub dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7b27686b..cdcedf28 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ version = '21.12.0' sourceCompatibility = 1.8 targetCompatibility = 1.8 -def grpcVersion = '1.65.0' +def grpcVersion = '1.65.1' def dgraph4jVersion = "$version" def openCensusVersion = '0.31.1'