From 67efdc3146b1ae905eabe3afaee2f61ba934ae83 Mon Sep 17 00:00:00 2001 From: PINS Team Date: Thu, 12 Dec 2024 19:00:19 +0000 Subject: [PATCH] PUBLIC: [P4-Constraints] Bump Protocol Buffer Version to 29.1. PiperOrigin-RevId: 705562929 --- p4_constraints_deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/p4_constraints_deps.bzl b/p4_constraints_deps.bzl index 72d1978..953734e 100644 --- a/p4_constraints_deps.bzl +++ b/p4_constraints_deps.bzl @@ -20,9 +20,9 @@ def p4_constraints_deps(): if not native.existing_rule("com_google_protobuf"): http_archive( name = "com_google_protobuf", - url = "https://github.com/protocolbuffers/protobuf/releases/download/v22.2/protobuf-22.2.tar.gz", - strip_prefix = "protobuf-22.2", - sha256 = "1ff680568f8e537bb4be9813bac0c1d87848d5be9d000ebe30f0bc2d7aabe045", + url = "https://github.com/protocolbuffers/protobuf/releases/download/v29.1/protobuf-29.1.tar.gz", + strip_prefix = "protobuf-29.1", + sha256 = "3d32940e975c4ad9b8ba69640e78f5527075bae33ca2890275bf26b853c0962c", ) if not native.existing_rule("com_googlesource_code_re2"): http_archive(