From 3819c0f50b6912a7d80b4b39726e1dd6dbde95bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 22:02:25 +0000 Subject: [PATCH] build(deps): bump grpc-bom from 1.21.1 to 1.51.1 Bumps [grpc-bom](https://github.com/grpc/grpc-java) from 1.21.1 to 1.51.1. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.21.1...v1.51.1) --- updated-dependencies: - dependency-name: io.grpc:grpc-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a32bacf..522d914 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ allprojects { mavenBom SpringBootPlugin.BOM_COORDINATES mavenBom "org.springframework.cloud:spring-cloud-dependencies:${spring_cloud_version}" mavenBom "com.google.protobuf:protobuf-bom:${protobuf_version}" - mavenBom "io.grpc:grpc-bom:1.21.1" + mavenBom "io.grpc:grpc-bom:1.51.1" mavenBom "org.spockframework:spock-bom:2.0-M4-groovy-2.5" mavenBom "org.testcontainers:testcontainers-bom:1.15.0" }