Skip to content

Commit

Permalink
Dowgrade abseil-cpp version in java_tools (and tests) to match th…
Browse files Browse the repository at this point in the history
…e one in Bazel

PiperOrigin-RevId: 672842119
Change-Id: I5f5975d88bf24259bedb7bb53cbc872f919ef703
  • Loading branch information
hvadehra authored and rules_java Copybara committed Sep 10, 2024
1 parent 9c9f935 commit 764a64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bazel_dep(name = "bazel_skylib", version = "1.6.1")
# Required by @remote_java_tools, which is loaded via module extension.
bazel_dep(name = "rules_proto", version = "4.0.0")
bazel_dep(name = "rules_license", version = "0.0.3")
bazel_dep(name = "abseil-cpp", version = "20240116.2", repo_name = "com_google_absl")
bazel_dep(name = "abseil-cpp", version = "20230802.1", repo_name = "com_google_absl")

register_toolchains("//toolchains:all")

Expand Down

0 comments on commit 764a64f

Please sign in to comment.