From 0ce5a8dfe1ab44b66cadfdcc0226a8a8062df5bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:46:50 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-bom from 3.23.4 to 3.24.1 Bumps [com.google.protobuf:protobuf-bom](https://github.com/protocolbuffers/protobuf) from 3.23.4 to 3.24.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.23.4...v3.24.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 57c91005a7e..f4f093cc703 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.15.2", "com.google.guava:guava-bom:32.1.2-jre", - "com.google.protobuf:protobuf-bom:3.23.4", + "com.google.protobuf:protobuf-bom:3.24.1", "com.linecorp.armeria:armeria-bom:1.24.3", "com.squareup.okhttp3:okhttp-bom:4.11.0", "com.squareup.okio:okio-bom:3.5.0", // applies to transitive dependencies of okhttp