Skip to content

Commit

Permalink
chore(deps): Bump rules_java version from ? to 7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Jan 17, 2024
1 parent 2442583 commit a7db8d7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

# https://github.com/bazelbuild/rules_java/releases/tag/7.3.2
http_archive(
name = "rules_java",
sha256 = "3121a00588b1581bd7c1f9b550599629e5adcc11ba9c65f482bbd5cfe47fdf30",
urls = [
"https://github.com/bazelbuild/rules_java/releases/download/7.3.2/rules_java-7.3.2.tar.gz",
],
)

load("@rules_java//java:repositories.bzl", "rules_java_dependencies", "rules_java_toolchains")

rules_java_dependencies()

rules_java_toolchains()

# Keep gRPC version in sync with MODULE.bazel
GRPC_JAVA_VERSION = "1.54.1"

Expand Down

0 comments on commit a7db8d7

Please sign in to comment.