From 3e88639d677a5f4fa87c54a9932044313c07ddb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 02:02:13 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-bom from 3.21.12 to 3.23.1 Bumps [com.google.protobuf:protobuf-bom](https://github.com/protocolbuffers/protobuf) from 3.21.12 to 3.23.1. - [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.12...v3.23.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 1547f5f96f7..caeefd2c4e1 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.2", "com.google.guava:guava-bom:31.1-jre", - "com.google.protobuf:protobuf-bom:3.21.12", + "com.google.protobuf:protobuf-bom:3.23.1", "com.linecorp.armeria:armeria-bom:1.22.1", "com.squareup.okhttp3:okhttp-bom:4.10.0", "com.squareup.okio:okio-bom:3.3.0", // applies to transitive dependencies of okhttp