From 6a793baa0ed76a28d57a35e6080322cb33ca5883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 12:51:26 -0600 Subject: [PATCH] Bump protobuf-bom from 3.21.10 to 3.21.11 (#5029) Bumps [protobuf-bom](https://github.com/protocolbuffers/protobuf) from 3.21.10 to 3.21.11. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.21.10...v3.21.11) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencyManagement/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index c690c12e704..d05cbfbe609 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -14,7 +14,7 @@ rootProject.extra["versions"] = dependencyVersions val DEPENDENCY_BOMS = listOf( "com.fasterxml.jackson:jackson-bom:2.14.1", "com.google.guava:guava-bom:31.1-jre", - "com.google.protobuf:protobuf-bom:3.21.10", + "com.google.protobuf:protobuf-bom:3.21.11", "com.linecorp.armeria:armeria-bom:1.20.3", "com.squareup.okhttp3:okhttp-bom:4.10.0", "io.grpc:grpc-bom:1.51.0",