diff --git a/api/bazel/repository_locations.bzl b/api/bazel/repository_locations.bzl index c49e118d1b53..7cddb720821a 100644 --- a/api/bazel/repository_locations.bzl +++ b/api/bazel/repository_locations.bzl @@ -38,11 +38,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Java Rules for Bazel", project_desc = "Bazel rules for Java", project_url = "https://github.com/bazelbuild/rules_jvm_external", - version = "6.1", + version = "6.2", strip_prefix = "rules_jvm_external-{version}", - sha256 = "08ea921df02ffe9924123b0686dc04fd0ff875710bfadb7ad42badb931b0fd50", + sha256 = "808cb5c30b5f70d12a2a745a29edc46728fd35fa195c1762a596b63ae9cebe05", urls = ["https://github.com/bazelbuild/rules_jvm_external/releases/download/{version}/rules_jvm_external-{version}.tar.gz"], - release_date = "2024-04-26", + release_date = "2024-07-04", use_category = ["build"], license = "Apache-2.0", license_url = "https://github.com/bazelbuild/rules_jvm_external/blob/{version}/LICENSE",