Skip to content

Commit

Permalink
sync mobile's rules_jvm_external with core envoy (4.5 → 6.4) (#37585)
Browse files Browse the repository at this point in the history
This will unblock updating the version of `rules_java` we are using.

Risk Level: low
Testing: ci

Signed-off-by: Alejandro R. Sedeño <[email protected]>
  • Loading branch information
asedeno authored Dec 9, 2024
1 parent 0310c80 commit 3a89d3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mobile/bazel/envoy_mobile_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ def kotlin_repos():

http_archive(
name = "rules_jvm_external",
sha256 = "b17d7388feb9bfa7f2fa09031b32707df529f26c91ab9e5d909eb1676badd9a6",
strip_prefix = "rules_jvm_external-4.5",
url = "https://github.com/bazelbuild/rules_jvm_external/archive/4.5.zip",
sha256 = "85776be6d8fe64abf26f463a8e12cd4c15be927348397180a01693610da7ec90",
strip_prefix = "rules_jvm_external-6.4",
url = "https://github.com/bazelbuild/rules_jvm_external/releases/download/6.4/rules_jvm_external-6.4.tar.gz",
)

http_archive(
Expand Down

0 comments on commit 3a89d3e

Please sign in to comment.