From a75da99985948766f4084d6704a0f721775782a1 Mon Sep 17 00:00:00 2001 From: Sandy Zhang Date: Mon, 22 Jan 2024 16:25:15 -0500 Subject: [PATCH] Update comment to indicate RC2 commit has been promoted to 20240116.0 release commit --- protobuf_deps.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl index 35c0326eac..24c25fbda1 100644 --- a/protobuf_deps.bzl +++ b/protobuf_deps.bzl @@ -43,7 +43,7 @@ def protobuf_deps(): _github_archive( name = "com_google_absl", repo = "https://github.com/abseil/abseil-cpp", - commit = "4a2c63365eff8823a5221db86ef490e828306f9d", # Abseil LTS 20240116.rc2 + commit = "4a2c63365eff8823a5221db86ef490e828306f9d", # Abseil LTS 20240116.0 sha256 = "f49929d22751bf70dd61922fb1fd05eb7aec5e7a7f870beece79a6e28f0a06c1", )