From d5314f45e50394a262b0885ef202ee55c6478cc3 Mon Sep 17 00:00:00 2001 From: Mike Bland Date: Fri, 28 Mar 2025 14:45:15 -0400 Subject: [PATCH] Bump Bazel, rules_*, Guava, Go, golang tools, etc. Routine version bump to the latest versions of dependencies. - Bazel: 7.6.0 => 7.6.1 - Go: 1.24.1 => 1.24.2 - Guava: 33.4.4-jre => 33.4.8-jre - `gazelle`: 0.42.0 => 0.43.0 - `golang.org/x/tools`: v0.31.0 => v0.32.0 - `google-common-protos`: 2.54.1 => 2.55.2 - `rules_go`: 0.53.0 => 0.54.0 - `rules_python`: 1.2.0 => 1.3.0 - gRPC: 1.71.0 => 1.72.0 --- .bazelci/presubmit.yml | 12 ++--- .bazelversion | 2 +- MODULE.bazel | 12 ++--- README.md | 6 +-- WORKSPACE | 14 +++--- dt_patches/compiler_sources/.bazelversion | 2 +- dt_patches/test_dt_patches/.bazelversion | 2 +- dt_patches/test_dt_patches/WORKSPACE | 6 +-- .../test_dt_patches_user_srcjar/.bazelversion | 2 +- .../test_dt_patches_user_srcjar/WORKSPACE | 6 +-- examples/crossbuild/.bazelversion | 2 +- examples/crossbuild/WORKSPACE | 6 +-- examples/overridden_artifacts/.bazelversion | 2 +- examples/overridden_artifacts/WORKSPACE | 6 +-- examples/scala3/.bazelversion | 2 +- examples/scala3/WORKSPACE | 6 +-- examples/semanticdb/.bazelversion | 2 +- examples/semanticdb/WORKSPACE | 6 +-- .../multi_frameworks_toolchain/.bazelversion | 2 +- .../multi_frameworks_toolchain/WORKSPACE | 6 +-- .../scalatest_repositories/.bazelversion | 2 +- .../testing/scalatest_repositories/WORKSPACE | 6 +-- .../specs2_junit_repositories/.bazelversion | 2 +- .../specs2_junit_repositories/WORKSPACE | 6 +-- scripts/create_repository.py | 6 +-- .../repo/.bazelversion | 2 +- test_cross_build/.bazelversion | 2 +- test_cross_build/WORKSPACE | 6 +-- test_version/WORKSPACE.template | 6 +-- third_party/repositories/scala_2_11.bzl | 44 +++++++++---------- third_party/repositories/scala_2_12.bzl | 44 +++++++++---------- third_party/repositories/scala_2_13.bzl | 44 +++++++++---------- third_party/repositories/scala_3_1.bzl | 44 +++++++++---------- third_party/repositories/scala_3_2.bzl | 44 +++++++++---------- third_party/repositories/scala_3_3.bzl | 44 +++++++++---------- third_party/repositories/scala_3_4.bzl | 44 +++++++++---------- third_party/repositories/scala_3_5.bzl | 44 +++++++++---------- third_party/repositories/scala_3_6.bzl | 44 +++++++++---------- .../example_external_workspace/.bazelversion | 2 +- .../test/example_external_workspace/WORKSPACE | 6 +-- third_party/test/new_local_repo/.bazelversion | 2 +- third_party/test/proto/.bazelversion | 2 +- third_party/test/proto/WORKSPACE | 6 +-- 43 files changed, 278 insertions(+), 278 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 4eef9bc08..beb514ab8 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -51,16 +51,16 @@ tasks: - "set PATH=/usr/bin;%PATH%" #Make sure bash uses msys commands over windows commands. (i.e. find). - "bash -lc \"pacman --noconfirm --needed -S libxml2\"" #tests require xmllint - "bash test_rules_scala.sh" - test_coverage_linux_7_6_0: + test_coverage_linux_7_6_1: name: "./test_coverage" platform: ubuntu2004 - bazel: 7.6.0 + bazel: 7.6.1 shell_commands: - "./test_coverage.sh" - test_coverage_macos_7.6.0: + test_coverage_macos_7.6.1: name: "./test_coverage" platform: macos - bazel: 7.6.0 + bazel: 7.6.1 shell_commands: - "./test_coverage.sh" test_reproducibility_linux: @@ -91,13 +91,13 @@ tasks: examples_linux: name: "./test_examples" platform: ubuntu2004 - bazel: 7.6.0 + bazel: 7.6.1 shell_commands: - "./test_examples.sh" cross_build_linux: name: "./test_cross_build" platform: ubuntu2004 - bazel: 7.6.0 + bazel: 7.6.1 shell_commands: - "./test_cross_build.sh" lint_linux: diff --git a/.bazelversion b/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/MODULE.bazel b/MODULE.bazel index e76c2819b..e8e68f7d6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -236,18 +236,18 @@ bazel_dep( ) bazel_dep( name = "rules_go", - version = "0.53.0", + version = "0.54.0", dev_dependency = True, repo_name = "io_bazel_rules_go", # for com_github_bazelbuild_buildtools ) -bazel_dep(name = "gazelle", version = "0.42.0", dev_dependency = True) +bazel_dep(name = "gazelle", version = "0.43.0", dev_dependency = True) go_sdk = use_extension( "@io_bazel_rules_go//go:extensions.bzl", "go_sdk", dev_dependency = True, ) -go_sdk.download(version = "1.24.1") +go_sdk.download(version = "1.24.2") go_deps = use_extension( "@gazelle//:extensions.bzl", @@ -269,8 +269,8 @@ go_deps = use_extension( # curl https://sum.golang.org/lookup/golang.org/x/tools@v0.31.0 go_deps.module( path = "golang.org/x/tools", - sum = "h1:0EedkvKDbh+qistFTd0Bcwe/YLh4vHwWEkiI0toFIBU=", - version = "v0.31.0", + sum = "h1:Q7N1vhpkQv7ybVzLFtTjvQya2ewbwNDZzUgfXGqtMWU=", + version = "v0.32.0", ) go_deps.module( path = "github.com/golang/protobuf", @@ -283,4 +283,4 @@ use_repo( "org_golang_x_tools", ) -bazel_dep(name = "rules_python", version = "1.2.0", dev_dependency = True) +bazel_dep(name = "rules_python", version = "1.3.0", dev_dependency = True) diff --git a/README.md b/README.md index 7214d780f..1e267614f 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,8 @@ single_version_override( ### Legacy `WORKSPACE` configuration `rules_scala` 7.x enables existing users to migrate to Bzlmod. `WORKSPACE` -continues to work for Bazel [6.5.0 (for now)](#6.5.0), 7.6.0, and 8, but -[__`WORKSPACE` is going away in Bazel 9__][bazel-9]. +continues to work for Bazel [6.5.0 (for now)](#6.5.0), 7.6.1, and 8, but +[__WORKSPACE is going away in Bazel 9__][bazel-9]. [bazel-9]: https://bazel.build/external/migration @@ -1242,7 +1242,7 @@ bazelbuild/bazel#25198 describes how the semantics of some instances of `$(rootpath)` fixed them. The good news is that replacing such instances `$(location)` with `$(rootpath)` -is backwards compatible to Bazel 6.5.0 and 7.6.0. Updating them now will ensure +is backwards compatible to Bazel 6.5.0 and 7.6.1. Updating them now will ensure future compatibility. ### Limited Bazel 6.5.0 compatibility diff --git a/WORKSPACE b/WORKSPACE index 6f93bad43..4eec14db4 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -29,9 +29,9 @@ bazel_skylib_workspace() http_archive( name = "rules_python", - sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c", - strip_prefix = "rules_python-1.2.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz", + sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244", + strip_prefix = "rules_python-1.3.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories") @@ -108,10 +108,10 @@ local_repository( http_archive( name = "io_bazel_rules_go", - sha256 = "b78f77458e77162f45b4564d6b20b6f92f56431ed59eaaab09e7819d1d850313", + sha256 = "f2d15bea3e241aa0e3a90fb17a82e6a8ab12214789f6aeddd53b8d04316d2b7c", urls = [ - "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.53.0/rules_go-v0.53.0.zip", - "https://github.com/bazel-contrib/rules_go/releases/download/v0.53.0/rules_go-v0.53.0.zip", + "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.54.0/rules_go-v0.54.0.zip", + "https://github.com/bazel-contrib/rules_go/releases/download/v0.54.0/rules_go-v0.54.0.zip", ], ) @@ -123,7 +123,7 @@ load( go_rules_dependencies() -go_register_toolchains(version = "1.24.1") +go_register_toolchains(version = "1.24.2") http_archive( name = "bazelci_rules", diff --git a/dt_patches/compiler_sources/.bazelversion b/dt_patches/compiler_sources/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/dt_patches/compiler_sources/.bazelversion +++ b/dt_patches/compiler_sources/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/dt_patches/test_dt_patches/.bazelversion b/dt_patches/test_dt_patches/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/dt_patches/test_dt_patches/.bazelversion +++ b/dt_patches/test_dt_patches/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/dt_patches/test_dt_patches/WORKSPACE b/dt_patches/test_dt_patches/WORKSPACE index 0a232f023..494280c23 100644 --- a/dt_patches/test_dt_patches/WORKSPACE +++ b/dt_patches/test_dt_patches/WORKSPACE @@ -27,9 +27,9 @@ bazel_skylib_workspace() http_archive( name = "rules_python", - sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c", - strip_prefix = "rules_python-1.2.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz", + sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244", + strip_prefix = "rules_python-1.3.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories") diff --git a/dt_patches/test_dt_patches_user_srcjar/.bazelversion b/dt_patches/test_dt_patches_user_srcjar/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/dt_patches/test_dt_patches_user_srcjar/.bazelversion +++ b/dt_patches/test_dt_patches_user_srcjar/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/dt_patches/test_dt_patches_user_srcjar/WORKSPACE b/dt_patches/test_dt_patches_user_srcjar/WORKSPACE index b88e6b9a0..146531282 100644 --- a/dt_patches/test_dt_patches_user_srcjar/WORKSPACE +++ b/dt_patches/test_dt_patches_user_srcjar/WORKSPACE @@ -27,9 +27,9 @@ bazel_skylib_workspace() http_archive( name = "rules_python", - sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c", - strip_prefix = "rules_python-1.2.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz", + sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244", + strip_prefix = "rules_python-1.3.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories") diff --git a/examples/crossbuild/.bazelversion b/examples/crossbuild/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/examples/crossbuild/.bazelversion +++ b/examples/crossbuild/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/examples/crossbuild/WORKSPACE b/examples/crossbuild/WORKSPACE index b3285a23a..1ead7a66e 100644 --- a/examples/crossbuild/WORKSPACE +++ b/examples/crossbuild/WORKSPACE @@ -27,9 +27,9 @@ bazel_skylib_workspace() http_archive( name = "rules_python", - sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c", - strip_prefix = "rules_python-1.2.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz", + sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244", + strip_prefix = "rules_python-1.3.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories") diff --git a/examples/overridden_artifacts/.bazelversion b/examples/overridden_artifacts/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/examples/overridden_artifacts/.bazelversion +++ b/examples/overridden_artifacts/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/examples/overridden_artifacts/WORKSPACE b/examples/overridden_artifacts/WORKSPACE index 6b70cb135..3c821e8a6 100644 --- a/examples/overridden_artifacts/WORKSPACE +++ b/examples/overridden_artifacts/WORKSPACE @@ -27,9 +27,9 @@ bazel_skylib_workspace() http_archive( name = "rules_python", - sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c", - strip_prefix = "rules_python-1.2.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz", + sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244", + strip_prefix = "rules_python-1.3.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories") diff --git a/examples/scala3/.bazelversion b/examples/scala3/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/examples/scala3/.bazelversion +++ b/examples/scala3/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/examples/scala3/WORKSPACE b/examples/scala3/WORKSPACE index bead853b2..2f9f3da95 100644 --- a/examples/scala3/WORKSPACE +++ b/examples/scala3/WORKSPACE @@ -27,9 +27,9 @@ bazel_skylib_workspace() http_archive( name = "rules_python", - sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c", - strip_prefix = "rules_python-1.2.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz", + sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244", + strip_prefix = "rules_python-1.3.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories") diff --git a/examples/semanticdb/.bazelversion b/examples/semanticdb/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/examples/semanticdb/.bazelversion +++ b/examples/semanticdb/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/examples/semanticdb/WORKSPACE b/examples/semanticdb/WORKSPACE index f25c76b8e..2e83f2ef2 100644 --- a/examples/semanticdb/WORKSPACE +++ b/examples/semanticdb/WORKSPACE @@ -27,9 +27,9 @@ bazel_skylib_workspace() http_archive( name = "rules_python", - sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c", - strip_prefix = "rules_python-1.2.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz", + sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244", + strip_prefix = "rules_python-1.3.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories") diff --git a/examples/testing/multi_frameworks_toolchain/.bazelversion b/examples/testing/multi_frameworks_toolchain/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/examples/testing/multi_frameworks_toolchain/.bazelversion +++ b/examples/testing/multi_frameworks_toolchain/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/examples/testing/multi_frameworks_toolchain/WORKSPACE b/examples/testing/multi_frameworks_toolchain/WORKSPACE index 38ad2cb36..cb0dc2a66 100644 --- a/examples/testing/multi_frameworks_toolchain/WORKSPACE +++ b/examples/testing/multi_frameworks_toolchain/WORKSPACE @@ -27,9 +27,9 @@ bazel_skylib_workspace() http_archive( name = "rules_python", - sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c", - strip_prefix = "rules_python-1.2.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz", + sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244", + strip_prefix = "rules_python-1.3.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories") diff --git a/examples/testing/scalatest_repositories/.bazelversion b/examples/testing/scalatest_repositories/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/examples/testing/scalatest_repositories/.bazelversion +++ b/examples/testing/scalatest_repositories/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/examples/testing/scalatest_repositories/WORKSPACE b/examples/testing/scalatest_repositories/WORKSPACE index 53543c077..7f73713a0 100644 --- a/examples/testing/scalatest_repositories/WORKSPACE +++ b/examples/testing/scalatest_repositories/WORKSPACE @@ -27,9 +27,9 @@ bazel_skylib_workspace() http_archive( name = "rules_python", - sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c", - strip_prefix = "rules_python-1.2.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz", + sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244", + strip_prefix = "rules_python-1.3.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories") diff --git a/examples/testing/specs2_junit_repositories/.bazelversion b/examples/testing/specs2_junit_repositories/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/examples/testing/specs2_junit_repositories/.bazelversion +++ b/examples/testing/specs2_junit_repositories/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/examples/testing/specs2_junit_repositories/WORKSPACE b/examples/testing/specs2_junit_repositories/WORKSPACE index 2e7ae21e7..82aef5123 100644 --- a/examples/testing/specs2_junit_repositories/WORKSPACE +++ b/examples/testing/specs2_junit_repositories/WORKSPACE @@ -27,9 +27,9 @@ bazel_skylib_workspace() http_archive( name = "rules_python", - sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c", - strip_prefix = "rules_python-1.2.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz", + sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244", + strip_prefix = "rules_python-1.3.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories") diff --git a/scripts/create_repository.py b/scripts/create_repository.py index 4472afcd2..09a9f61a5 100755 --- a/scripts/create_repository.py +++ b/scripts/create_repository.py @@ -35,10 +35,10 @@ JLINE_VERSION = '3.29.0' SCALAPB_VERSION = '1.0.0-alpha.1' PROTOC_BRIDGE_VERSION = '0.9.8' -GRPC_VERSION = '1.71.0' -GRPC_COMMON_PROTOS_VERSION = '2.54.1' +GRPC_VERSION = '1.72.0' +GRPC_COMMON_PROTOS_VERSION = '2.55.2' GRPC_LIBS = ['netty', 'protobuf', 'stub'] -GUAVA_VERSION = '33.4.4-jre' +GUAVA_VERSION = '33.4.8-jre' # This should include values corresponding to `MavenCoordinates.artifact_name`, # i.e., group:artifact after stripping any Scala version suffix from artifact. diff --git a/test/proto_cross_repo_boundary/repo/.bazelversion b/test/proto_cross_repo_boundary/repo/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/test/proto_cross_repo_boundary/repo/.bazelversion +++ b/test/proto_cross_repo_boundary/repo/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/test_cross_build/.bazelversion b/test_cross_build/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/test_cross_build/.bazelversion +++ b/test_cross_build/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/test_cross_build/WORKSPACE b/test_cross_build/WORKSPACE index fe0feabae..4a4876e72 100644 --- a/test_cross_build/WORKSPACE +++ b/test_cross_build/WORKSPACE @@ -27,9 +27,9 @@ bazel_skylib_workspace() http_archive( name = "rules_python", - sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c", - strip_prefix = "rules_python-1.2.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz", + sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244", + strip_prefix = "rules_python-1.3.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories") diff --git a/test_version/WORKSPACE.template b/test_version/WORKSPACE.template index a39fa8609..a36fbb248 100644 --- a/test_version/WORKSPACE.template +++ b/test_version/WORKSPACE.template @@ -27,9 +27,9 @@ bazel_skylib_workspace() http_archive( name = "rules_python", - sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c", - strip_prefix = "rules_python-1.2.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz", + sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244", + strip_prefix = "rules_python-1.3.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories") diff --git a/third_party/repositories/scala_2_11.bzl b/third_party/repositories/scala_2_11.bzl index 0e4129ede..f502cb854 100644 --- a/third_party/repositories/scala_2_11.bzl +++ b/third_party/repositories/scala_2_11.bzl @@ -111,12 +111,12 @@ artifacts = { "sha256": "c160fbd78f51a0c2375a794e435ce2112524a6871f64d0331895e9e26ee8b9ee", }, "io_bazel_rules_scala_failureaccess": { - "artifact": "com.google.guava:failureaccess:1.0.2", - "sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064", + "artifact": "com.google.guava:failureaccess:1.0.3", + "sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb", }, "io_bazel_rules_scala_guava": { - "artifact": "com.google.guava:guava:33.4.4-jre", - "sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e", + "artifact": "com.google.guava:guava:33.4.8-jre", + "sha256": "f3d7f57f67fd622f4d468dfdd692b3a5e3909246c28017ac3263405f0fe617ed", "deps": [ "@com_google_errorprone_error_prone_annotations", "@com_google_j2objc_j2objc_annotations", @@ -569,8 +569,8 @@ artifacts = { "sha256": "f412ecbb235c2460b45e63584109723dea8d94b819c78c9bfc38f50cba8546c0", }, "scala_proto_rules_grpc_api": { - "artifact": "io.grpc:grpc-api:1.71.0", - "sha256": "49771bad244de122f05780c12f3e74ba9a301be125d0941a85e649212f4a8a01", + "artifact": "io.grpc:grpc-api:1.72.0", + "sha256": "f7ca643e2a8cab338b3c3c37305da4084d81d75b66a2016018c1c0ab97b655d4", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_errorprone_error_prone_annotations", @@ -578,15 +578,15 @@ artifacts = { ], }, "scala_proto_rules_grpc_context": { - "artifact": "io.grpc:grpc-context:1.71.0", - "sha256": "dd0484ac5d0baf7ee810331504dc6202c7b426bc88dce24100e77f576904dd52", + "artifact": "io.grpc:grpc-context:1.72.0", + "sha256": "43b58ec3cd95c16627f5846d1b934564b22a2715885d0ebcdbb071212213db22", "deps": [ "@scala_proto_rules_grpc_api", ], }, "scala_proto_rules_grpc_core": { - "artifact": "io.grpc:grpc-core:1.71.0", - "sha256": "03099494c60cb9fea5802ebba8d767e44697062ec05e5207b5ae897e09bd38e9", + "artifact": "io.grpc:grpc-core:1.72.0", + "sha256": "da3cc600520ce757cd4d08e502348e65e0815574fbcdafa4ee1f7d3dd10e77c3", "deps": [ "@com_google_android_annotations", "@com_google_code_gson_gson", @@ -599,8 +599,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_netty": { - "artifact": "io.grpc:grpc-netty:1.71.0", - "sha256": "dc45a8d584b9994645470f7e3543238a8618c67ea3cfa03089d2a67ea1a4ddf1", + "artifact": "io.grpc:grpc-netty:1.72.0", + "sha256": "d16fc7d4be7cc9894629b6d22ee1c4a87b64f6b3eb0bf954a2cb2d2244c8ff4d", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -615,8 +615,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf": { - "artifact": "io.grpc:grpc-protobuf:1.71.0", - "sha256": "7eba0625fba8e176c0fc1b80610fc2c52c036d95805ffdd3f6985a51c968de94", + "artifact": "io.grpc:grpc-protobuf:1.72.0", + "sha256": "2c65feaebb9d74281ec78dcaa30ff222aff71fe2a27514426f078e10bb20bb14", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_protobuf_protobuf_java", @@ -627,8 +627,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf_lite": { - "artifact": "io.grpc:grpc-protobuf-lite:1.71.0", - "sha256": "ffad977400b49649fa2d5404abaadfca66c7e5956974f192411e8946a12e5f53", + "artifact": "io.grpc:grpc-protobuf-lite:1.72.0", + "sha256": "7d942e864624783f27b8110d66e6812a9d43e65c63234de6edf937e959f243f8", "deps": [ "@com_google_code_findbugs_jsr305", "@io_bazel_rules_scala_guava", @@ -636,8 +636,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_stub": { - "artifact": "io.grpc:grpc-stub:1.71.0", - "sha256": "51912e612b28db65eec0332a8be494b3c54d347ecd2c5f6a7fdd2cb994fab360", + "artifact": "io.grpc:grpc-stub:1.72.0", + "sha256": "851c7d3e6a42d0a662e78aecda4318fc347e12b1e85f67e78598c46c9bcb3dc8", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -646,8 +646,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_util": { - "artifact": "io.grpc:grpc-util:1.71.0", - "sha256": "32a9197c541bb072dc2f728e235347c3c0f7cf8062abf3de58c50b4fc70f31b1", + "artifact": "io.grpc:grpc-util:1.72.0", + "sha256": "68a2f8162a3ff7e1235989e950d23bebbafba1cbd5771216992d6496f01fdcd5", "deps": [ "@io_bazel_rules_scala_guava", "@org_codehaus_mojo_animal_sniffer_annotations", @@ -782,8 +782,8 @@ artifacts = { "sha256": "c7b478503ec524e55df19b424d46d27c8a68aeb801664fadd4f069b71f52d0f6", }, "scala_proto_rules_proto_google_common_protos": { - "artifact": "com.google.api.grpc:proto-google-common-protos:2.54.1", - "sha256": "2fcff25fe8a90fcacb146a900222c497ba0a9a531271e6b135a76450d23b1ef2", + "artifact": "com.google.api.grpc:proto-google-common-protos:2.55.2", + "sha256": "59b58dee7371e23ddbfd56320b8cf438b4faf0760f7fe608075b6a0b857bc4e5", "deps": [ "@com_google_protobuf_protobuf_java", ], diff --git a/third_party/repositories/scala_2_12.bzl b/third_party/repositories/scala_2_12.bzl index 704040773..fb4714e11 100644 --- a/third_party/repositories/scala_2_12.bzl +++ b/third_party/repositories/scala_2_12.bzl @@ -92,12 +92,12 @@ artifacts = { "sha256": "6d18fe25aa30b7e08b908cd21151d8f96e22965c640acd7751add9bbfe6137d4", }, "io_bazel_rules_scala_failureaccess": { - "artifact": "com.google.guava:failureaccess:1.0.2", - "sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064", + "artifact": "com.google.guava:failureaccess:1.0.3", + "sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb", }, "io_bazel_rules_scala_guava": { - "artifact": "com.google.guava:guava:33.4.4-jre", - "sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e", + "artifact": "com.google.guava:guava:33.4.8-jre", + "sha256": "f3d7f57f67fd622f4d468dfdd692b3a5e3909246c28017ac3263405f0fe617ed", "deps": [ "@com_google_errorprone_error_prone_annotations", "@com_google_j2objc_j2objc_annotations", @@ -599,8 +599,8 @@ artifacts = { "sha256": "f412ecbb235c2460b45e63584109723dea8d94b819c78c9bfc38f50cba8546c0", }, "scala_proto_rules_grpc_api": { - "artifact": "io.grpc:grpc-api:1.71.0", - "sha256": "49771bad244de122f05780c12f3e74ba9a301be125d0941a85e649212f4a8a01", + "artifact": "io.grpc:grpc-api:1.72.0", + "sha256": "f7ca643e2a8cab338b3c3c37305da4084d81d75b66a2016018c1c0ab97b655d4", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_errorprone_error_prone_annotations", @@ -608,15 +608,15 @@ artifacts = { ], }, "scala_proto_rules_grpc_context": { - "artifact": "io.grpc:grpc-context:1.71.0", - "sha256": "dd0484ac5d0baf7ee810331504dc6202c7b426bc88dce24100e77f576904dd52", + "artifact": "io.grpc:grpc-context:1.72.0", + "sha256": "43b58ec3cd95c16627f5846d1b934564b22a2715885d0ebcdbb071212213db22", "deps": [ "@scala_proto_rules_grpc_api", ], }, "scala_proto_rules_grpc_core": { - "artifact": "io.grpc:grpc-core:1.71.0", - "sha256": "03099494c60cb9fea5802ebba8d767e44697062ec05e5207b5ae897e09bd38e9", + "artifact": "io.grpc:grpc-core:1.72.0", + "sha256": "da3cc600520ce757cd4d08e502348e65e0815574fbcdafa4ee1f7d3dd10e77c3", "deps": [ "@com_google_android_annotations", "@com_google_code_gson_gson", @@ -629,8 +629,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_netty": { - "artifact": "io.grpc:grpc-netty:1.71.0", - "sha256": "dc45a8d584b9994645470f7e3543238a8618c67ea3cfa03089d2a67ea1a4ddf1", + "artifact": "io.grpc:grpc-netty:1.72.0", + "sha256": "d16fc7d4be7cc9894629b6d22ee1c4a87b64f6b3eb0bf954a2cb2d2244c8ff4d", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -645,8 +645,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf": { - "artifact": "io.grpc:grpc-protobuf:1.71.0", - "sha256": "7eba0625fba8e176c0fc1b80610fc2c52c036d95805ffdd3f6985a51c968de94", + "artifact": "io.grpc:grpc-protobuf:1.72.0", + "sha256": "2c65feaebb9d74281ec78dcaa30ff222aff71fe2a27514426f078e10bb20bb14", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_protobuf_protobuf_java", @@ -657,8 +657,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf_lite": { - "artifact": "io.grpc:grpc-protobuf-lite:1.71.0", - "sha256": "ffad977400b49649fa2d5404abaadfca66c7e5956974f192411e8946a12e5f53", + "artifact": "io.grpc:grpc-protobuf-lite:1.72.0", + "sha256": "7d942e864624783f27b8110d66e6812a9d43e65c63234de6edf937e959f243f8", "deps": [ "@com_google_code_findbugs_jsr305", "@io_bazel_rules_scala_guava", @@ -666,8 +666,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_stub": { - "artifact": "io.grpc:grpc-stub:1.71.0", - "sha256": "51912e612b28db65eec0332a8be494b3c54d347ecd2c5f6a7fdd2cb994fab360", + "artifact": "io.grpc:grpc-stub:1.72.0", + "sha256": "851c7d3e6a42d0a662e78aecda4318fc347e12b1e85f67e78598c46c9bcb3dc8", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -676,8 +676,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_util": { - "artifact": "io.grpc:grpc-util:1.71.0", - "sha256": "32a9197c541bb072dc2f728e235347c3c0f7cf8062abf3de58c50b4fc70f31b1", + "artifact": "io.grpc:grpc-util:1.72.0", + "sha256": "68a2f8162a3ff7e1235989e950d23bebbafba1cbd5771216992d6496f01fdcd5", "deps": [ "@io_bazel_rules_scala_guava", "@org_codehaus_mojo_animal_sniffer_annotations", @@ -812,8 +812,8 @@ artifacts = { "sha256": "c7b478503ec524e55df19b424d46d27c8a68aeb801664fadd4f069b71f52d0f6", }, "scala_proto_rules_proto_google_common_protos": { - "artifact": "com.google.api.grpc:proto-google-common-protos:2.54.1", - "sha256": "2fcff25fe8a90fcacb146a900222c497ba0a9a531271e6b135a76450d23b1ef2", + "artifact": "com.google.api.grpc:proto-google-common-protos:2.55.2", + "sha256": "59b58dee7371e23ddbfd56320b8cf438b4faf0760f7fe608075b6a0b857bc4e5", "deps": [ "@com_google_protobuf_protobuf_java", ], diff --git a/third_party/repositories/scala_2_13.bzl b/third_party/repositories/scala_2_13.bzl index 4a5b33f4c..212a583e1 100644 --- a/third_party/repositories/scala_2_13.bzl +++ b/third_party/repositories/scala_2_13.bzl @@ -96,12 +96,12 @@ artifacts = { "sha256": "6d18fe25aa30b7e08b908cd21151d8f96e22965c640acd7751add9bbfe6137d4", }, "io_bazel_rules_scala_failureaccess": { - "artifact": "com.google.guava:failureaccess:1.0.2", - "sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064", + "artifact": "com.google.guava:failureaccess:1.0.3", + "sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb", }, "io_bazel_rules_scala_guava": { - "artifact": "com.google.guava:guava:33.4.4-jre", - "sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e", + "artifact": "com.google.guava:guava:33.4.8-jre", + "sha256": "f3d7f57f67fd622f4d468dfdd692b3a5e3909246c28017ac3263405f0fe617ed", "deps": [ "@com_google_errorprone_error_prone_annotations", "@com_google_j2objc_j2objc_annotations", @@ -623,8 +623,8 @@ artifacts = { "sha256": "f412ecbb235c2460b45e63584109723dea8d94b819c78c9bfc38f50cba8546c0", }, "scala_proto_rules_grpc_api": { - "artifact": "io.grpc:grpc-api:1.71.0", - "sha256": "49771bad244de122f05780c12f3e74ba9a301be125d0941a85e649212f4a8a01", + "artifact": "io.grpc:grpc-api:1.72.0", + "sha256": "f7ca643e2a8cab338b3c3c37305da4084d81d75b66a2016018c1c0ab97b655d4", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_errorprone_error_prone_annotations", @@ -632,15 +632,15 @@ artifacts = { ], }, "scala_proto_rules_grpc_context": { - "artifact": "io.grpc:grpc-context:1.71.0", - "sha256": "dd0484ac5d0baf7ee810331504dc6202c7b426bc88dce24100e77f576904dd52", + "artifact": "io.grpc:grpc-context:1.72.0", + "sha256": "43b58ec3cd95c16627f5846d1b934564b22a2715885d0ebcdbb071212213db22", "deps": [ "@scala_proto_rules_grpc_api", ], }, "scala_proto_rules_grpc_core": { - "artifact": "io.grpc:grpc-core:1.71.0", - "sha256": "03099494c60cb9fea5802ebba8d767e44697062ec05e5207b5ae897e09bd38e9", + "artifact": "io.grpc:grpc-core:1.72.0", + "sha256": "da3cc600520ce757cd4d08e502348e65e0815574fbcdafa4ee1f7d3dd10e77c3", "deps": [ "@com_google_android_annotations", "@com_google_code_gson_gson", @@ -653,8 +653,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_netty": { - "artifact": "io.grpc:grpc-netty:1.71.0", - "sha256": "dc45a8d584b9994645470f7e3543238a8618c67ea3cfa03089d2a67ea1a4ddf1", + "artifact": "io.grpc:grpc-netty:1.72.0", + "sha256": "d16fc7d4be7cc9894629b6d22ee1c4a87b64f6b3eb0bf954a2cb2d2244c8ff4d", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -669,8 +669,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf": { - "artifact": "io.grpc:grpc-protobuf:1.71.0", - "sha256": "7eba0625fba8e176c0fc1b80610fc2c52c036d95805ffdd3f6985a51c968de94", + "artifact": "io.grpc:grpc-protobuf:1.72.0", + "sha256": "2c65feaebb9d74281ec78dcaa30ff222aff71fe2a27514426f078e10bb20bb14", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_protobuf_protobuf_java", @@ -681,8 +681,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf_lite": { - "artifact": "io.grpc:grpc-protobuf-lite:1.71.0", - "sha256": "ffad977400b49649fa2d5404abaadfca66c7e5956974f192411e8946a12e5f53", + "artifact": "io.grpc:grpc-protobuf-lite:1.72.0", + "sha256": "7d942e864624783f27b8110d66e6812a9d43e65c63234de6edf937e959f243f8", "deps": [ "@com_google_code_findbugs_jsr305", "@io_bazel_rules_scala_guava", @@ -690,8 +690,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_stub": { - "artifact": "io.grpc:grpc-stub:1.71.0", - "sha256": "51912e612b28db65eec0332a8be494b3c54d347ecd2c5f6a7fdd2cb994fab360", + "artifact": "io.grpc:grpc-stub:1.72.0", + "sha256": "851c7d3e6a42d0a662e78aecda4318fc347e12b1e85f67e78598c46c9bcb3dc8", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -700,8 +700,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_util": { - "artifact": "io.grpc:grpc-util:1.71.0", - "sha256": "32a9197c541bb072dc2f728e235347c3c0f7cf8062abf3de58c50b4fc70f31b1", + "artifact": "io.grpc:grpc-util:1.72.0", + "sha256": "68a2f8162a3ff7e1235989e950d23bebbafba1cbd5771216992d6496f01fdcd5", "deps": [ "@io_bazel_rules_scala_guava", "@org_codehaus_mojo_animal_sniffer_annotations", @@ -836,8 +836,8 @@ artifacts = { "sha256": "c7b478503ec524e55df19b424d46d27c8a68aeb801664fadd4f069b71f52d0f6", }, "scala_proto_rules_proto_google_common_protos": { - "artifact": "com.google.api.grpc:proto-google-common-protos:2.54.1", - "sha256": "2fcff25fe8a90fcacb146a900222c497ba0a9a531271e6b135a76450d23b1ef2", + "artifact": "com.google.api.grpc:proto-google-common-protos:2.55.2", + "sha256": "59b58dee7371e23ddbfd56320b8cf438b4faf0760f7fe608075b6a0b857bc4e5", "deps": [ "@com_google_protobuf_protobuf_java", ], diff --git a/third_party/repositories/scala_3_1.bzl b/third_party/repositories/scala_3_1.bzl index 71535c66d..6d2011190 100644 --- a/third_party/repositories/scala_3_1.bzl +++ b/third_party/repositories/scala_3_1.bzl @@ -99,12 +99,12 @@ artifacts = { "sha256": "6d18fe25aa30b7e08b908cd21151d8f96e22965c640acd7751add9bbfe6137d4", }, "io_bazel_rules_scala_failureaccess": { - "artifact": "com.google.guava:failureaccess:1.0.2", - "sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064", + "artifact": "com.google.guava:failureaccess:1.0.3", + "sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb", }, "io_bazel_rules_scala_guava": { - "artifact": "com.google.guava:guava:33.4.4-jre", - "sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e", + "artifact": "com.google.guava:guava:33.4.8-jre", + "sha256": "f3d7f57f67fd622f4d468dfdd692b3a5e3909246c28017ac3263405f0fe617ed", "deps": [ "@com_google_errorprone_error_prone_annotations", "@com_google_j2objc_j2objc_annotations", @@ -669,8 +669,8 @@ artifacts = { "sha256": "f412ecbb235c2460b45e63584109723dea8d94b819c78c9bfc38f50cba8546c0", }, "scala_proto_rules_grpc_api": { - "artifact": "io.grpc:grpc-api:1.71.0", - "sha256": "49771bad244de122f05780c12f3e74ba9a301be125d0941a85e649212f4a8a01", + "artifact": "io.grpc:grpc-api:1.72.0", + "sha256": "f7ca643e2a8cab338b3c3c37305da4084d81d75b66a2016018c1c0ab97b655d4", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_errorprone_error_prone_annotations", @@ -678,15 +678,15 @@ artifacts = { ], }, "scala_proto_rules_grpc_context": { - "artifact": "io.grpc:grpc-context:1.71.0", - "sha256": "dd0484ac5d0baf7ee810331504dc6202c7b426bc88dce24100e77f576904dd52", + "artifact": "io.grpc:grpc-context:1.72.0", + "sha256": "43b58ec3cd95c16627f5846d1b934564b22a2715885d0ebcdbb071212213db22", "deps": [ "@scala_proto_rules_grpc_api", ], }, "scala_proto_rules_grpc_core": { - "artifact": "io.grpc:grpc-core:1.71.0", - "sha256": "03099494c60cb9fea5802ebba8d767e44697062ec05e5207b5ae897e09bd38e9", + "artifact": "io.grpc:grpc-core:1.72.0", + "sha256": "da3cc600520ce757cd4d08e502348e65e0815574fbcdafa4ee1f7d3dd10e77c3", "deps": [ "@com_google_android_annotations", "@com_google_code_gson_gson", @@ -699,8 +699,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_netty": { - "artifact": "io.grpc:grpc-netty:1.71.0", - "sha256": "dc45a8d584b9994645470f7e3543238a8618c67ea3cfa03089d2a67ea1a4ddf1", + "artifact": "io.grpc:grpc-netty:1.72.0", + "sha256": "d16fc7d4be7cc9894629b6d22ee1c4a87b64f6b3eb0bf954a2cb2d2244c8ff4d", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -715,8 +715,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf": { - "artifact": "io.grpc:grpc-protobuf:1.71.0", - "sha256": "7eba0625fba8e176c0fc1b80610fc2c52c036d95805ffdd3f6985a51c968de94", + "artifact": "io.grpc:grpc-protobuf:1.72.0", + "sha256": "2c65feaebb9d74281ec78dcaa30ff222aff71fe2a27514426f078e10bb20bb14", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_protobuf_protobuf_java", @@ -727,8 +727,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf_lite": { - "artifact": "io.grpc:grpc-protobuf-lite:1.71.0", - "sha256": "ffad977400b49649fa2d5404abaadfca66c7e5956974f192411e8946a12e5f53", + "artifact": "io.grpc:grpc-protobuf-lite:1.72.0", + "sha256": "7d942e864624783f27b8110d66e6812a9d43e65c63234de6edf937e959f243f8", "deps": [ "@com_google_code_findbugs_jsr305", "@io_bazel_rules_scala_guava", @@ -736,8 +736,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_stub": { - "artifact": "io.grpc:grpc-stub:1.71.0", - "sha256": "51912e612b28db65eec0332a8be494b3c54d347ecd2c5f6a7fdd2cb994fab360", + "artifact": "io.grpc:grpc-stub:1.72.0", + "sha256": "851c7d3e6a42d0a662e78aecda4318fc347e12b1e85f67e78598c46c9bcb3dc8", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -746,8 +746,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_util": { - "artifact": "io.grpc:grpc-util:1.71.0", - "sha256": "32a9197c541bb072dc2f728e235347c3c0f7cf8062abf3de58c50b4fc70f31b1", + "artifact": "io.grpc:grpc-util:1.72.0", + "sha256": "68a2f8162a3ff7e1235989e950d23bebbafba1cbd5771216992d6496f01fdcd5", "deps": [ "@io_bazel_rules_scala_guava", "@org_codehaus_mojo_animal_sniffer_annotations", @@ -882,8 +882,8 @@ artifacts = { "sha256": "c7b478503ec524e55df19b424d46d27c8a68aeb801664fadd4f069b71f52d0f6", }, "scala_proto_rules_proto_google_common_protos": { - "artifact": "com.google.api.grpc:proto-google-common-protos:2.54.1", - "sha256": "2fcff25fe8a90fcacb146a900222c497ba0a9a531271e6b135a76450d23b1ef2", + "artifact": "com.google.api.grpc:proto-google-common-protos:2.55.2", + "sha256": "59b58dee7371e23ddbfd56320b8cf438b4faf0760f7fe608075b6a0b857bc4e5", "deps": [ "@com_google_protobuf_protobuf_java", ], diff --git a/third_party/repositories/scala_3_2.bzl b/third_party/repositories/scala_3_2.bzl index 6ccc2dab7..da1a85acc 100644 --- a/third_party/repositories/scala_3_2.bzl +++ b/third_party/repositories/scala_3_2.bzl @@ -99,12 +99,12 @@ artifacts = { "sha256": "6d18fe25aa30b7e08b908cd21151d8f96e22965c640acd7751add9bbfe6137d4", }, "io_bazel_rules_scala_failureaccess": { - "artifact": "com.google.guava:failureaccess:1.0.2", - "sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064", + "artifact": "com.google.guava:failureaccess:1.0.3", + "sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb", }, "io_bazel_rules_scala_guava": { - "artifact": "com.google.guava:guava:33.4.4-jre", - "sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e", + "artifact": "com.google.guava:guava:33.4.8-jre", + "sha256": "f3d7f57f67fd622f4d468dfdd692b3a5e3909246c28017ac3263405f0fe617ed", "deps": [ "@com_google_errorprone_error_prone_annotations", "@com_google_j2objc_j2objc_annotations", @@ -669,8 +669,8 @@ artifacts = { "sha256": "f412ecbb235c2460b45e63584109723dea8d94b819c78c9bfc38f50cba8546c0", }, "scala_proto_rules_grpc_api": { - "artifact": "io.grpc:grpc-api:1.71.0", - "sha256": "49771bad244de122f05780c12f3e74ba9a301be125d0941a85e649212f4a8a01", + "artifact": "io.grpc:grpc-api:1.72.0", + "sha256": "f7ca643e2a8cab338b3c3c37305da4084d81d75b66a2016018c1c0ab97b655d4", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_errorprone_error_prone_annotations", @@ -678,15 +678,15 @@ artifacts = { ], }, "scala_proto_rules_grpc_context": { - "artifact": "io.grpc:grpc-context:1.71.0", - "sha256": "dd0484ac5d0baf7ee810331504dc6202c7b426bc88dce24100e77f576904dd52", + "artifact": "io.grpc:grpc-context:1.72.0", + "sha256": "43b58ec3cd95c16627f5846d1b934564b22a2715885d0ebcdbb071212213db22", "deps": [ "@scala_proto_rules_grpc_api", ], }, "scala_proto_rules_grpc_core": { - "artifact": "io.grpc:grpc-core:1.71.0", - "sha256": "03099494c60cb9fea5802ebba8d767e44697062ec05e5207b5ae897e09bd38e9", + "artifact": "io.grpc:grpc-core:1.72.0", + "sha256": "da3cc600520ce757cd4d08e502348e65e0815574fbcdafa4ee1f7d3dd10e77c3", "deps": [ "@com_google_android_annotations", "@com_google_code_gson_gson", @@ -699,8 +699,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_netty": { - "artifact": "io.grpc:grpc-netty:1.71.0", - "sha256": "dc45a8d584b9994645470f7e3543238a8618c67ea3cfa03089d2a67ea1a4ddf1", + "artifact": "io.grpc:grpc-netty:1.72.0", + "sha256": "d16fc7d4be7cc9894629b6d22ee1c4a87b64f6b3eb0bf954a2cb2d2244c8ff4d", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -715,8 +715,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf": { - "artifact": "io.grpc:grpc-protobuf:1.71.0", - "sha256": "7eba0625fba8e176c0fc1b80610fc2c52c036d95805ffdd3f6985a51c968de94", + "artifact": "io.grpc:grpc-protobuf:1.72.0", + "sha256": "2c65feaebb9d74281ec78dcaa30ff222aff71fe2a27514426f078e10bb20bb14", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_protobuf_protobuf_java", @@ -727,8 +727,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf_lite": { - "artifact": "io.grpc:grpc-protobuf-lite:1.71.0", - "sha256": "ffad977400b49649fa2d5404abaadfca66c7e5956974f192411e8946a12e5f53", + "artifact": "io.grpc:grpc-protobuf-lite:1.72.0", + "sha256": "7d942e864624783f27b8110d66e6812a9d43e65c63234de6edf937e959f243f8", "deps": [ "@com_google_code_findbugs_jsr305", "@io_bazel_rules_scala_guava", @@ -736,8 +736,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_stub": { - "artifact": "io.grpc:grpc-stub:1.71.0", - "sha256": "51912e612b28db65eec0332a8be494b3c54d347ecd2c5f6a7fdd2cb994fab360", + "artifact": "io.grpc:grpc-stub:1.72.0", + "sha256": "851c7d3e6a42d0a662e78aecda4318fc347e12b1e85f67e78598c46c9bcb3dc8", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -746,8 +746,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_util": { - "artifact": "io.grpc:grpc-util:1.71.0", - "sha256": "32a9197c541bb072dc2f728e235347c3c0f7cf8062abf3de58c50b4fc70f31b1", + "artifact": "io.grpc:grpc-util:1.72.0", + "sha256": "68a2f8162a3ff7e1235989e950d23bebbafba1cbd5771216992d6496f01fdcd5", "deps": [ "@io_bazel_rules_scala_guava", "@org_codehaus_mojo_animal_sniffer_annotations", @@ -882,8 +882,8 @@ artifacts = { "sha256": "c7b478503ec524e55df19b424d46d27c8a68aeb801664fadd4f069b71f52d0f6", }, "scala_proto_rules_proto_google_common_protos": { - "artifact": "com.google.api.grpc:proto-google-common-protos:2.54.1", - "sha256": "2fcff25fe8a90fcacb146a900222c497ba0a9a531271e6b135a76450d23b1ef2", + "artifact": "com.google.api.grpc:proto-google-common-protos:2.55.2", + "sha256": "59b58dee7371e23ddbfd56320b8cf438b4faf0760f7fe608075b6a0b857bc4e5", "deps": [ "@com_google_protobuf_protobuf_java", ], diff --git a/third_party/repositories/scala_3_3.bzl b/third_party/repositories/scala_3_3.bzl index 922c271a3..2218a26a5 100644 --- a/third_party/repositories/scala_3_3.bzl +++ b/third_party/repositories/scala_3_3.bzl @@ -99,12 +99,12 @@ artifacts = { "sha256": "6d18fe25aa30b7e08b908cd21151d8f96e22965c640acd7751add9bbfe6137d4", }, "io_bazel_rules_scala_failureaccess": { - "artifact": "com.google.guava:failureaccess:1.0.2", - "sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064", + "artifact": "com.google.guava:failureaccess:1.0.3", + "sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb", }, "io_bazel_rules_scala_guava": { - "artifact": "com.google.guava:guava:33.4.4-jre", - "sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e", + "artifact": "com.google.guava:guava:33.4.8-jre", + "sha256": "f3d7f57f67fd622f4d468dfdd692b3a5e3909246c28017ac3263405f0fe617ed", "deps": [ "@com_google_errorprone_error_prone_annotations", "@com_google_j2objc_j2objc_annotations", @@ -685,8 +685,8 @@ artifacts = { "sha256": "f412ecbb235c2460b45e63584109723dea8d94b819c78c9bfc38f50cba8546c0", }, "scala_proto_rules_grpc_api": { - "artifact": "io.grpc:grpc-api:1.71.0", - "sha256": "49771bad244de122f05780c12f3e74ba9a301be125d0941a85e649212f4a8a01", + "artifact": "io.grpc:grpc-api:1.72.0", + "sha256": "f7ca643e2a8cab338b3c3c37305da4084d81d75b66a2016018c1c0ab97b655d4", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_errorprone_error_prone_annotations", @@ -694,15 +694,15 @@ artifacts = { ], }, "scala_proto_rules_grpc_context": { - "artifact": "io.grpc:grpc-context:1.71.0", - "sha256": "dd0484ac5d0baf7ee810331504dc6202c7b426bc88dce24100e77f576904dd52", + "artifact": "io.grpc:grpc-context:1.72.0", + "sha256": "43b58ec3cd95c16627f5846d1b934564b22a2715885d0ebcdbb071212213db22", "deps": [ "@scala_proto_rules_grpc_api", ], }, "scala_proto_rules_grpc_core": { - "artifact": "io.grpc:grpc-core:1.71.0", - "sha256": "03099494c60cb9fea5802ebba8d767e44697062ec05e5207b5ae897e09bd38e9", + "artifact": "io.grpc:grpc-core:1.72.0", + "sha256": "da3cc600520ce757cd4d08e502348e65e0815574fbcdafa4ee1f7d3dd10e77c3", "deps": [ "@com_google_android_annotations", "@com_google_code_gson_gson", @@ -715,8 +715,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_netty": { - "artifact": "io.grpc:grpc-netty:1.71.0", - "sha256": "dc45a8d584b9994645470f7e3543238a8618c67ea3cfa03089d2a67ea1a4ddf1", + "artifact": "io.grpc:grpc-netty:1.72.0", + "sha256": "d16fc7d4be7cc9894629b6d22ee1c4a87b64f6b3eb0bf954a2cb2d2244c8ff4d", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -731,8 +731,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf": { - "artifact": "io.grpc:grpc-protobuf:1.71.0", - "sha256": "7eba0625fba8e176c0fc1b80610fc2c52c036d95805ffdd3f6985a51c968de94", + "artifact": "io.grpc:grpc-protobuf:1.72.0", + "sha256": "2c65feaebb9d74281ec78dcaa30ff222aff71fe2a27514426f078e10bb20bb14", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_protobuf_protobuf_java", @@ -743,8 +743,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf_lite": { - "artifact": "io.grpc:grpc-protobuf-lite:1.71.0", - "sha256": "ffad977400b49649fa2d5404abaadfca66c7e5956974f192411e8946a12e5f53", + "artifact": "io.grpc:grpc-protobuf-lite:1.72.0", + "sha256": "7d942e864624783f27b8110d66e6812a9d43e65c63234de6edf937e959f243f8", "deps": [ "@com_google_code_findbugs_jsr305", "@io_bazel_rules_scala_guava", @@ -752,8 +752,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_stub": { - "artifact": "io.grpc:grpc-stub:1.71.0", - "sha256": "51912e612b28db65eec0332a8be494b3c54d347ecd2c5f6a7fdd2cb994fab360", + "artifact": "io.grpc:grpc-stub:1.72.0", + "sha256": "851c7d3e6a42d0a662e78aecda4318fc347e12b1e85f67e78598c46c9bcb3dc8", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -762,8 +762,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_util": { - "artifact": "io.grpc:grpc-util:1.71.0", - "sha256": "32a9197c541bb072dc2f728e235347c3c0f7cf8062abf3de58c50b4fc70f31b1", + "artifact": "io.grpc:grpc-util:1.72.0", + "sha256": "68a2f8162a3ff7e1235989e950d23bebbafba1cbd5771216992d6496f01fdcd5", "deps": [ "@io_bazel_rules_scala_guava", "@org_codehaus_mojo_animal_sniffer_annotations", @@ -898,8 +898,8 @@ artifacts = { "sha256": "c7b478503ec524e55df19b424d46d27c8a68aeb801664fadd4f069b71f52d0f6", }, "scala_proto_rules_proto_google_common_protos": { - "artifact": "com.google.api.grpc:proto-google-common-protos:2.54.1", - "sha256": "2fcff25fe8a90fcacb146a900222c497ba0a9a531271e6b135a76450d23b1ef2", + "artifact": "com.google.api.grpc:proto-google-common-protos:2.55.2", + "sha256": "59b58dee7371e23ddbfd56320b8cf438b4faf0760f7fe608075b6a0b857bc4e5", "deps": [ "@com_google_protobuf_protobuf_java", ], diff --git a/third_party/repositories/scala_3_4.bzl b/third_party/repositories/scala_3_4.bzl index 524107dbd..f091c65de 100644 --- a/third_party/repositories/scala_3_4.bzl +++ b/third_party/repositories/scala_3_4.bzl @@ -99,12 +99,12 @@ artifacts = { "sha256": "6d18fe25aa30b7e08b908cd21151d8f96e22965c640acd7751add9bbfe6137d4", }, "io_bazel_rules_scala_failureaccess": { - "artifact": "com.google.guava:failureaccess:1.0.2", - "sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064", + "artifact": "com.google.guava:failureaccess:1.0.3", + "sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb", }, "io_bazel_rules_scala_guava": { - "artifact": "com.google.guava:guava:33.4.4-jre", - "sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e", + "artifact": "com.google.guava:guava:33.4.8-jre", + "sha256": "f3d7f57f67fd622f4d468dfdd692b3a5e3909246c28017ac3263405f0fe617ed", "deps": [ "@com_google_errorprone_error_prone_annotations", "@com_google_j2objc_j2objc_annotations", @@ -676,8 +676,8 @@ artifacts = { "sha256": "f412ecbb235c2460b45e63584109723dea8d94b819c78c9bfc38f50cba8546c0", }, "scala_proto_rules_grpc_api": { - "artifact": "io.grpc:grpc-api:1.71.0", - "sha256": "49771bad244de122f05780c12f3e74ba9a301be125d0941a85e649212f4a8a01", + "artifact": "io.grpc:grpc-api:1.72.0", + "sha256": "f7ca643e2a8cab338b3c3c37305da4084d81d75b66a2016018c1c0ab97b655d4", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_errorprone_error_prone_annotations", @@ -685,15 +685,15 @@ artifacts = { ], }, "scala_proto_rules_grpc_context": { - "artifact": "io.grpc:grpc-context:1.71.0", - "sha256": "dd0484ac5d0baf7ee810331504dc6202c7b426bc88dce24100e77f576904dd52", + "artifact": "io.grpc:grpc-context:1.72.0", + "sha256": "43b58ec3cd95c16627f5846d1b934564b22a2715885d0ebcdbb071212213db22", "deps": [ "@scala_proto_rules_grpc_api", ], }, "scala_proto_rules_grpc_core": { - "artifact": "io.grpc:grpc-core:1.71.0", - "sha256": "03099494c60cb9fea5802ebba8d767e44697062ec05e5207b5ae897e09bd38e9", + "artifact": "io.grpc:grpc-core:1.72.0", + "sha256": "da3cc600520ce757cd4d08e502348e65e0815574fbcdafa4ee1f7d3dd10e77c3", "deps": [ "@com_google_android_annotations", "@com_google_code_gson_gson", @@ -706,8 +706,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_netty": { - "artifact": "io.grpc:grpc-netty:1.71.0", - "sha256": "dc45a8d584b9994645470f7e3543238a8618c67ea3cfa03089d2a67ea1a4ddf1", + "artifact": "io.grpc:grpc-netty:1.72.0", + "sha256": "d16fc7d4be7cc9894629b6d22ee1c4a87b64f6b3eb0bf954a2cb2d2244c8ff4d", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -722,8 +722,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf": { - "artifact": "io.grpc:grpc-protobuf:1.71.0", - "sha256": "7eba0625fba8e176c0fc1b80610fc2c52c036d95805ffdd3f6985a51c968de94", + "artifact": "io.grpc:grpc-protobuf:1.72.0", + "sha256": "2c65feaebb9d74281ec78dcaa30ff222aff71fe2a27514426f078e10bb20bb14", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_protobuf_protobuf_java", @@ -734,8 +734,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf_lite": { - "artifact": "io.grpc:grpc-protobuf-lite:1.71.0", - "sha256": "ffad977400b49649fa2d5404abaadfca66c7e5956974f192411e8946a12e5f53", + "artifact": "io.grpc:grpc-protobuf-lite:1.72.0", + "sha256": "7d942e864624783f27b8110d66e6812a9d43e65c63234de6edf937e959f243f8", "deps": [ "@com_google_code_findbugs_jsr305", "@io_bazel_rules_scala_guava", @@ -743,8 +743,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_stub": { - "artifact": "io.grpc:grpc-stub:1.71.0", - "sha256": "51912e612b28db65eec0332a8be494b3c54d347ecd2c5f6a7fdd2cb994fab360", + "artifact": "io.grpc:grpc-stub:1.72.0", + "sha256": "851c7d3e6a42d0a662e78aecda4318fc347e12b1e85f67e78598c46c9bcb3dc8", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -753,8 +753,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_util": { - "artifact": "io.grpc:grpc-util:1.71.0", - "sha256": "32a9197c541bb072dc2f728e235347c3c0f7cf8062abf3de58c50b4fc70f31b1", + "artifact": "io.grpc:grpc-util:1.72.0", + "sha256": "68a2f8162a3ff7e1235989e950d23bebbafba1cbd5771216992d6496f01fdcd5", "deps": [ "@io_bazel_rules_scala_guava", "@org_codehaus_mojo_animal_sniffer_annotations", @@ -889,8 +889,8 @@ artifacts = { "sha256": "c7b478503ec524e55df19b424d46d27c8a68aeb801664fadd4f069b71f52d0f6", }, "scala_proto_rules_proto_google_common_protos": { - "artifact": "com.google.api.grpc:proto-google-common-protos:2.54.1", - "sha256": "2fcff25fe8a90fcacb146a900222c497ba0a9a531271e6b135a76450d23b1ef2", + "artifact": "com.google.api.grpc:proto-google-common-protos:2.55.2", + "sha256": "59b58dee7371e23ddbfd56320b8cf438b4faf0760f7fe608075b6a0b857bc4e5", "deps": [ "@com_google_protobuf_protobuf_java", ], diff --git a/third_party/repositories/scala_3_5.bzl b/third_party/repositories/scala_3_5.bzl index 3abbad2ae..755b46c88 100644 --- a/third_party/repositories/scala_3_5.bzl +++ b/third_party/repositories/scala_3_5.bzl @@ -99,12 +99,12 @@ artifacts = { "sha256": "6d18fe25aa30b7e08b908cd21151d8f96e22965c640acd7751add9bbfe6137d4", }, "io_bazel_rules_scala_failureaccess": { - "artifact": "com.google.guava:failureaccess:1.0.2", - "sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064", + "artifact": "com.google.guava:failureaccess:1.0.3", + "sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb", }, "io_bazel_rules_scala_guava": { - "artifact": "com.google.guava:guava:33.4.4-jre", - "sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e", + "artifact": "com.google.guava:guava:33.4.8-jre", + "sha256": "f3d7f57f67fd622f4d468dfdd692b3a5e3909246c28017ac3263405f0fe617ed", "deps": [ "@com_google_errorprone_error_prone_annotations", "@com_google_j2objc_j2objc_annotations", @@ -676,8 +676,8 @@ artifacts = { "sha256": "f412ecbb235c2460b45e63584109723dea8d94b819c78c9bfc38f50cba8546c0", }, "scala_proto_rules_grpc_api": { - "artifact": "io.grpc:grpc-api:1.71.0", - "sha256": "49771bad244de122f05780c12f3e74ba9a301be125d0941a85e649212f4a8a01", + "artifact": "io.grpc:grpc-api:1.72.0", + "sha256": "f7ca643e2a8cab338b3c3c37305da4084d81d75b66a2016018c1c0ab97b655d4", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_errorprone_error_prone_annotations", @@ -685,15 +685,15 @@ artifacts = { ], }, "scala_proto_rules_grpc_context": { - "artifact": "io.grpc:grpc-context:1.71.0", - "sha256": "dd0484ac5d0baf7ee810331504dc6202c7b426bc88dce24100e77f576904dd52", + "artifact": "io.grpc:grpc-context:1.72.0", + "sha256": "43b58ec3cd95c16627f5846d1b934564b22a2715885d0ebcdbb071212213db22", "deps": [ "@scala_proto_rules_grpc_api", ], }, "scala_proto_rules_grpc_core": { - "artifact": "io.grpc:grpc-core:1.71.0", - "sha256": "03099494c60cb9fea5802ebba8d767e44697062ec05e5207b5ae897e09bd38e9", + "artifact": "io.grpc:grpc-core:1.72.0", + "sha256": "da3cc600520ce757cd4d08e502348e65e0815574fbcdafa4ee1f7d3dd10e77c3", "deps": [ "@com_google_android_annotations", "@com_google_code_gson_gson", @@ -706,8 +706,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_netty": { - "artifact": "io.grpc:grpc-netty:1.71.0", - "sha256": "dc45a8d584b9994645470f7e3543238a8618c67ea3cfa03089d2a67ea1a4ddf1", + "artifact": "io.grpc:grpc-netty:1.72.0", + "sha256": "d16fc7d4be7cc9894629b6d22ee1c4a87b64f6b3eb0bf954a2cb2d2244c8ff4d", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -722,8 +722,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf": { - "artifact": "io.grpc:grpc-protobuf:1.71.0", - "sha256": "7eba0625fba8e176c0fc1b80610fc2c52c036d95805ffdd3f6985a51c968de94", + "artifact": "io.grpc:grpc-protobuf:1.72.0", + "sha256": "2c65feaebb9d74281ec78dcaa30ff222aff71fe2a27514426f078e10bb20bb14", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_protobuf_protobuf_java", @@ -734,8 +734,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf_lite": { - "artifact": "io.grpc:grpc-protobuf-lite:1.71.0", - "sha256": "ffad977400b49649fa2d5404abaadfca66c7e5956974f192411e8946a12e5f53", + "artifact": "io.grpc:grpc-protobuf-lite:1.72.0", + "sha256": "7d942e864624783f27b8110d66e6812a9d43e65c63234de6edf937e959f243f8", "deps": [ "@com_google_code_findbugs_jsr305", "@io_bazel_rules_scala_guava", @@ -743,8 +743,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_stub": { - "artifact": "io.grpc:grpc-stub:1.71.0", - "sha256": "51912e612b28db65eec0332a8be494b3c54d347ecd2c5f6a7fdd2cb994fab360", + "artifact": "io.grpc:grpc-stub:1.72.0", + "sha256": "851c7d3e6a42d0a662e78aecda4318fc347e12b1e85f67e78598c46c9bcb3dc8", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -753,8 +753,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_util": { - "artifact": "io.grpc:grpc-util:1.71.0", - "sha256": "32a9197c541bb072dc2f728e235347c3c0f7cf8062abf3de58c50b4fc70f31b1", + "artifact": "io.grpc:grpc-util:1.72.0", + "sha256": "68a2f8162a3ff7e1235989e950d23bebbafba1cbd5771216992d6496f01fdcd5", "deps": [ "@io_bazel_rules_scala_guava", "@org_codehaus_mojo_animal_sniffer_annotations", @@ -889,8 +889,8 @@ artifacts = { "sha256": "c7b478503ec524e55df19b424d46d27c8a68aeb801664fadd4f069b71f52d0f6", }, "scala_proto_rules_proto_google_common_protos": { - "artifact": "com.google.api.grpc:proto-google-common-protos:2.54.1", - "sha256": "2fcff25fe8a90fcacb146a900222c497ba0a9a531271e6b135a76450d23b1ef2", + "artifact": "com.google.api.grpc:proto-google-common-protos:2.55.2", + "sha256": "59b58dee7371e23ddbfd56320b8cf438b4faf0760f7fe608075b6a0b857bc4e5", "deps": [ "@com_google_protobuf_protobuf_java", ], diff --git a/third_party/repositories/scala_3_6.bzl b/third_party/repositories/scala_3_6.bzl index fc9893527..78b7e6c3a 100644 --- a/third_party/repositories/scala_3_6.bzl +++ b/third_party/repositories/scala_3_6.bzl @@ -99,12 +99,12 @@ artifacts = { "sha256": "6d18fe25aa30b7e08b908cd21151d8f96e22965c640acd7751add9bbfe6137d4", }, "io_bazel_rules_scala_failureaccess": { - "artifact": "com.google.guava:failureaccess:1.0.2", - "sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064", + "artifact": "com.google.guava:failureaccess:1.0.3", + "sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb", }, "io_bazel_rules_scala_guava": { - "artifact": "com.google.guava:guava:33.4.4-jre", - "sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e", + "artifact": "com.google.guava:guava:33.4.8-jre", + "sha256": "f3d7f57f67fd622f4d468dfdd692b3a5e3909246c28017ac3263405f0fe617ed", "deps": [ "@com_google_errorprone_error_prone_annotations", "@com_google_j2objc_j2objc_annotations", @@ -685,8 +685,8 @@ artifacts = { "sha256": "f412ecbb235c2460b45e63584109723dea8d94b819c78c9bfc38f50cba8546c0", }, "scala_proto_rules_grpc_api": { - "artifact": "io.grpc:grpc-api:1.71.0", - "sha256": "49771bad244de122f05780c12f3e74ba9a301be125d0941a85e649212f4a8a01", + "artifact": "io.grpc:grpc-api:1.72.0", + "sha256": "f7ca643e2a8cab338b3c3c37305da4084d81d75b66a2016018c1c0ab97b655d4", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_errorprone_error_prone_annotations", @@ -694,15 +694,15 @@ artifacts = { ], }, "scala_proto_rules_grpc_context": { - "artifact": "io.grpc:grpc-context:1.71.0", - "sha256": "dd0484ac5d0baf7ee810331504dc6202c7b426bc88dce24100e77f576904dd52", + "artifact": "io.grpc:grpc-context:1.72.0", + "sha256": "43b58ec3cd95c16627f5846d1b934564b22a2715885d0ebcdbb071212213db22", "deps": [ "@scala_proto_rules_grpc_api", ], }, "scala_proto_rules_grpc_core": { - "artifact": "io.grpc:grpc-core:1.71.0", - "sha256": "03099494c60cb9fea5802ebba8d767e44697062ec05e5207b5ae897e09bd38e9", + "artifact": "io.grpc:grpc-core:1.72.0", + "sha256": "da3cc600520ce757cd4d08e502348e65e0815574fbcdafa4ee1f7d3dd10e77c3", "deps": [ "@com_google_android_annotations", "@com_google_code_gson_gson", @@ -715,8 +715,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_netty": { - "artifact": "io.grpc:grpc-netty:1.71.0", - "sha256": "dc45a8d584b9994645470f7e3543238a8618c67ea3cfa03089d2a67ea1a4ddf1", + "artifact": "io.grpc:grpc-netty:1.72.0", + "sha256": "d16fc7d4be7cc9894629b6d22ee1c4a87b64f6b3eb0bf954a2cb2d2244c8ff4d", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -731,8 +731,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf": { - "artifact": "io.grpc:grpc-protobuf:1.71.0", - "sha256": "7eba0625fba8e176c0fc1b80610fc2c52c036d95805ffdd3f6985a51c968de94", + "artifact": "io.grpc:grpc-protobuf:1.72.0", + "sha256": "2c65feaebb9d74281ec78dcaa30ff222aff71fe2a27514426f078e10bb20bb14", "deps": [ "@com_google_code_findbugs_jsr305", "@com_google_protobuf_protobuf_java", @@ -743,8 +743,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_protobuf_lite": { - "artifact": "io.grpc:grpc-protobuf-lite:1.71.0", - "sha256": "ffad977400b49649fa2d5404abaadfca66c7e5956974f192411e8946a12e5f53", + "artifact": "io.grpc:grpc-protobuf-lite:1.72.0", + "sha256": "7d942e864624783f27b8110d66e6812a9d43e65c63234de6edf937e959f243f8", "deps": [ "@com_google_code_findbugs_jsr305", "@io_bazel_rules_scala_guava", @@ -752,8 +752,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_stub": { - "artifact": "io.grpc:grpc-stub:1.71.0", - "sha256": "51912e612b28db65eec0332a8be494b3c54d347ecd2c5f6a7fdd2cb994fab360", + "artifact": "io.grpc:grpc-stub:1.72.0", + "sha256": "851c7d3e6a42d0a662e78aecda4318fc347e12b1e85f67e78598c46c9bcb3dc8", "deps": [ "@com_google_errorprone_error_prone_annotations", "@io_bazel_rules_scala_guava", @@ -762,8 +762,8 @@ artifacts = { ], }, "scala_proto_rules_grpc_util": { - "artifact": "io.grpc:grpc-util:1.71.0", - "sha256": "32a9197c541bb072dc2f728e235347c3c0f7cf8062abf3de58c50b4fc70f31b1", + "artifact": "io.grpc:grpc-util:1.72.0", + "sha256": "68a2f8162a3ff7e1235989e950d23bebbafba1cbd5771216992d6496f01fdcd5", "deps": [ "@io_bazel_rules_scala_guava", "@org_codehaus_mojo_animal_sniffer_annotations", @@ -898,8 +898,8 @@ artifacts = { "sha256": "c7b478503ec524e55df19b424d46d27c8a68aeb801664fadd4f069b71f52d0f6", }, "scala_proto_rules_proto_google_common_protos": { - "artifact": "com.google.api.grpc:proto-google-common-protos:2.54.1", - "sha256": "2fcff25fe8a90fcacb146a900222c497ba0a9a531271e6b135a76450d23b1ef2", + "artifact": "com.google.api.grpc:proto-google-common-protos:2.55.2", + "sha256": "59b58dee7371e23ddbfd56320b8cf438b4faf0760f7fe608075b6a0b857bc4e5", "deps": [ "@com_google_protobuf_protobuf_java", ], diff --git a/third_party/test/example_external_workspace/.bazelversion b/third_party/test/example_external_workspace/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/third_party/test/example_external_workspace/.bazelversion +++ b/third_party/test/example_external_workspace/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/third_party/test/example_external_workspace/WORKSPACE b/third_party/test/example_external_workspace/WORKSPACE index 20b554747..4600211b0 100644 --- a/third_party/test/example_external_workspace/WORKSPACE +++ b/third_party/test/example_external_workspace/WORKSPACE @@ -27,9 +27,9 @@ bazel_skylib_workspace() http_archive( name = "rules_python", - sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c", - strip_prefix = "rules_python-1.2.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz", + sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244", + strip_prefix = "rules_python-1.3.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories") diff --git a/third_party/test/new_local_repo/.bazelversion b/third_party/test/new_local_repo/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/third_party/test/new_local_repo/.bazelversion +++ b/third_party/test/new_local_repo/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/third_party/test/proto/.bazelversion b/third_party/test/proto/.bazelversion index 93c8ddab9..e8be68404 100644 --- a/third_party/test/proto/.bazelversion +++ b/third_party/test/proto/.bazelversion @@ -1 +1 @@ -7.6.0 +7.6.1 diff --git a/third_party/test/proto/WORKSPACE b/third_party/test/proto/WORKSPACE index cf9d11fa7..a208c6e1a 100644 --- a/third_party/test/proto/WORKSPACE +++ b/third_party/test/proto/WORKSPACE @@ -27,9 +27,9 @@ bazel_skylib_workspace() http_archive( name = "rules_python", - sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c", - strip_prefix = "rules_python-1.2.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz", + sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244", + strip_prefix = "rules_python-1.3.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories")