Skip to content

Commit 99529a2

Browse files
deannagarciacopybara-github
authored andcommitted
Update abseil dependency and reorder dependencies to ensure we use the version specified in protobuf_deps.
PiperOrigin-RevId: 528838071
1 parent 47c1998 commit 99529a2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ local_repository(
77
path = "examples",
88
)
99

10+
# Load common dependencies first to ensure we use the correct version
11+
load("//:protobuf_deps.bzl", "PROTOBUF_MAVEN_ARTIFACTS", "protobuf_deps")
12+
protobuf_deps()
13+
1014
# Bazel platform rules.
1115
http_archive(
1216
name = "platforms",
@@ -28,10 +32,6 @@ load("@com_google_googletest//:googletest_deps.bzl", "googletest_deps")
2832

2933
googletest_deps()
3034

31-
# Load common dependencies.
32-
load("//:protobuf_deps.bzl", "PROTOBUF_MAVEN_ARTIFACTS", "protobuf_deps")
33-
protobuf_deps()
34-
3535
load("@rules_jvm_external//:repositories.bzl", "rules_jvm_external_deps")
3636

3737
rules_jvm_external_deps()

protobuf_deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ def protobuf_deps():
4242
_github_archive(
4343
name = "com_google_absl",
4444
repo = "https://github.com/abseil/abseil-cpp",
45-
commit = "78be63686ba732b25052be15f8d6dee891c05749", # Abseil LTS 20230125
46-
sha256 = "4f356a07b9ec06ef51f943928508566e992f621ed5fa4dd588865d7bed1284cd",
45+
commit = "b971ac5250ea8de900eae9f95e06548d14cd95fe", # Abseil LTS 20230125.2
46+
sha256 = "f7c2cb2c5accdcbbbd5c0c59f241a988c0b1da2a3b7134b823c0bd613b1a6880",
4747
)
4848

4949
if not native.existing_rule("zlib"):

0 commit comments

Comments
 (0)