Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-bcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
publish-to-bcr:
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.1.0
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.0.0
with:
tag_name: ${{ inputs.tag_name }}
# bazelbuild/bazel-central-registry fork used to open a pull request.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ permissions:

jobs:
release:
uses: bazel-contrib/.github/.github/workflows/[email protected].2
uses: bazel-contrib/.github/.github/workflows/[email protected].3
with:
bazel_test_command: "bazel test //src/... //test/... //third_party/..."
prerelease: false
Expand Down
14 changes: 7 additions & 7 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ single_version_override(
module_name = "protobuf",
patch_strip = 1,
patches = ["//protoc:0001-protobuf-19679-rm-protoc-dep.patch"],
version = "32.0",
version = "32.1",
)

# See //src/java/io/bazel/rulesscala/worker:worker_protocol_java_proto.
Expand Down Expand Up @@ -268,7 +268,7 @@ go_sdk = use_extension(
"go_sdk",
dev_dependency = True,
)
go_sdk.download(version = "1.25.0")
go_sdk.download(version = "1.25.1")

go_deps = use_extension(
"@gazelle//:extensions.bzl",
Expand All @@ -287,11 +287,11 @@ go_deps = use_extension(
# - https://go.dev/ref/mod#checksum-database
#
# go list -m golang.org/x/tools@latest
# curl https://sum.golang.org/lookup/golang.org/x/tools@v0.35.0
# curl https://sum.golang.org/lookup/golang.org/x/tools@v0.37.0
go_deps.module(
path = "golang.org/x/tools",
sum = "h1:kWS0uv/zsvHEle1LbV5LE8QujrxB3wfQyxHfhOk0Qkg=",
version = "v0.36.0",
sum = "h1:DVSRzp7FwePZW356yEAChSdNcQo6Nsp+fex1SUW09lE=",
version = "v0.37.0",
)
go_deps.module(
path = "github.com/golang/protobuf",
Expand All @@ -304,5 +304,5 @@ use_repo(
"org_golang_x_tools",
)

bazel_dep(name = "rules_python", version = "1.6.0", dev_dependency = True)
bazel_dep(name = "rules_shell", version = "0.6.0", dev_dependency = True)
bazel_dep(name = "rules_python", version = "1.6.1", dev_dependency = True)
bazel_dep(name = "rules_shell", version = "0.6.1", dev_dependency = True)
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ load(

go_rules_dependencies()

go_register_toolchains(version = "1.25.0")
go_register_toolchains(version = "1.25.1")

http_archive(
name = "bazelci_rules",
Expand Down
2 changes: 1 addition & 1 deletion deps/latest/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ bazel_dep(name = "rules_proto", version = "7.1.0")
# https://github.com/bazelbuild/bazel/pull/25681 removed
# `bazel_tools/tools/cpp/osx_cc_wrapper.sh.tpl` in the `last_green` Bazel as of
# 2025-04-08. At least `test_cross_build` breaks without this.
bazel_dep(name = "rules_cc", version = "0.2.3")
bazel_dep(name = "rules_cc", version = "0.2.8")
8 changes: 2 additions & 6 deletions dt_patches/test_dt_patches/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,10 @@ register_toolchains(

# Temporarily required for `protoc` toolchainization until resolution of
# protocolbuffers/protobuf#19679.
bazel_dep(
name = "protobuf",
version = "32.0",
repo_name = "com_google_protobuf",
)
bazel_dep(name = "protobuf", repo_name = "com_google_protobuf")
single_version_override(
module_name = "protobuf",
patch_strip = 1,
patches = ["//:protobuf.patch"],
version = "32.0",
version = "32.1",
)
8 changes: 2 additions & 6 deletions dt_patches/test_dt_patches_user_srcjar/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,10 @@ register_toolchains(

# Temporarily required for `protoc` toolchainization until resolution of
# protocolbuffers/protobuf#19679.
bazel_dep(
name = "protobuf",
version = "32.0",
repo_name = "com_google_protobuf",
)
bazel_dep(name = "protobuf", repo_name = "com_google_protobuf")
single_version_override(
module_name = "protobuf",
patch_strip = 1,
patches = ["//:protobuf.patch"],
version = "32.0",
version = "32.1",
)
8 changes: 2 additions & 6 deletions examples/crossbuild/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,10 @@ register_toolchains(

# Temporarily required for `protoc` toolchainization until resolution of
# protocolbuffers/protobuf#19679.
bazel_dep(
name = "protobuf",
version = "32.0",
repo_name = "com_google_protobuf",
)
bazel_dep(name = "protobuf", repo_name = "com_google_protobuf")
single_version_override(
module_name = "protobuf",
patch_strip = 1,
patches = ["//:protobuf.patch"],
version = "32.0",
version = "32.1",
)
8 changes: 2 additions & 6 deletions examples/overridden_artifacts/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,10 @@ register_toolchains(

# Temporarily required for `protoc` toolchainization until resolution of
# protocolbuffers/protobuf#19679.
bazel_dep(
name = "protobuf",
version = "32.0",
repo_name = "com_google_protobuf",
)
bazel_dep(name = "protobuf", repo_name = "com_google_protobuf")
single_version_override(
module_name = "protobuf",
patch_strip = 1,
patches = ["//:protobuf.patch"],
version = "32.0",
version = "32.1",
)
8 changes: 2 additions & 6 deletions examples/scala3/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,10 @@ register_toolchains(

# Temporarily required for `protoc` toolchainization until resolution of
# protocolbuffers/protobuf#19679.
bazel_dep(
name = "protobuf",
version = "32.0",
repo_name = "com_google_protobuf",
)
bazel_dep(name = "protobuf", repo_name = "com_google_protobuf")
single_version_override(
module_name = "protobuf",
patch_strip = 1,
patches = ["//:protobuf.patch"],
version = "32.0",
version = "32.1",
)
8 changes: 2 additions & 6 deletions examples/semanticdb/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,10 @@ register_toolchains(

# Temporarily required for `protoc` toolchainization until resolution of
# protocolbuffers/protobuf#19679.
bazel_dep(
name = "protobuf",
version = "32.0",
repo_name = "com_google_protobuf",
)
bazel_dep(name = "protobuf", repo_name = "com_google_protobuf")
single_version_override(
module_name = "protobuf",
patch_strip = 1,
patches = ["//:protobuf.patch"],
version = "32.0",
version = "32.1",
)
8 changes: 2 additions & 6 deletions examples/testing/multi_frameworks_toolchain/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,10 @@ register_toolchains(

# Temporarily required for `protoc` toolchainization until resolution of
# protocolbuffers/protobuf#19679.
bazel_dep(
name = "protobuf",
version = "32.0",
repo_name = "com_google_protobuf",
)
bazel_dep(name = "protobuf", repo_name = "com_google_protobuf")
single_version_override(
module_name = "protobuf",
patch_strip = 1,
patches = ["//:protobuf.patch"],
version = "32.0",
version = "32.1",
)
8 changes: 2 additions & 6 deletions examples/testing/scalatest_repositories/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,10 @@ register_toolchains(

# Temporarily required for `protoc` toolchainization until resolution of
# protocolbuffers/protobuf#19679.
bazel_dep(
name = "protobuf",
version = "32.0",
repo_name = "com_google_protobuf",
)
bazel_dep(name = "protobuf", repo_name = "com_google_protobuf")
single_version_override(
module_name = "protobuf",
patch_strip = 1,
patches = ["//:protobuf.patch"],
version = "32.0",
version = "32.1",
)
8 changes: 2 additions & 6 deletions examples/testing/specs2_junit_repositories/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,10 @@ register_toolchains(

# Temporarily required for `protoc` toolchainization until resolution of
# protocolbuffers/protobuf#19679.
bazel_dep(
name = "protobuf",
version = "32.0",
repo_name = "com_google_protobuf",
)
bazel_dep(name = "protobuf", repo_name = "com_google_protobuf")
single_version_override(
module_name = "protobuf",
patch_strip = 1,
patches = ["//:protobuf.patch"],
version = "32.0",
version = "32.1",
)
8 changes: 2 additions & 6 deletions examples/twitter_scrooge/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,15 @@ local_path_override(
path = "../../deps/latest",
)

bazel_dep(
name = "protobuf",
version = "32.0",
repo_name = "com_google_protobuf",
)
bazel_dep(name = "protobuf", repo_name = "com_google_protobuf")

# Temporarily required for `protoc` toolchainization until resolution of
# protocolbuffers/protobuf#19679.
single_version_override(
module_name = "protobuf",
patch_strip = 1,
patches = ["//:protobuf.patch"],
version = "32.0",
version = "32.1",
)

bazel_dep(name = "rules_jvm_external", version = "6.7")
Expand Down
10 changes: 10 additions & 0 deletions protoc/private/protoc_integrity.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ PROTOC_DOWNLOAD_URL = (
)

PROTOC_VERSIONS = [
"32.1",
"32.0",
"31.1",
"31.0",
Expand All @@ -28,6 +29,7 @@ PROTOC_BUILDS = {
"@platforms//cpu:aarch64",
],
"integrity": {
"32.1": "sha256-SoAu0j1w97rX6xnlo+cks6qWclDVcsrf1TfBupOa7mo=",
"32.0": "sha256-Vq8/wuQ6AjCALm+ttiHYkLpQbFwXoa4QcPaF/nm6EtA=",
"31.1": "sha256-bFVN4RzqBMVuv45FtUQ0AZsc2FIj1LvSXCgkJeMG7MI=",
"31.0": "sha256-mZ9MAjNmsLaMXGUnLq14d+R6JnAkWnmQS4NFBXXafhk=",
Expand All @@ -46,6 +48,7 @@ PROTOC_BUILDS = {
"@platforms//cpu:ppc64le",
],
"integrity": {
"32.1": "sha256-P0ijW9DtH4ofy5/WM/SD6ILctb/ukq1qrmBCh3hAsMU=",
"32.0": "sha256-mGY+JqrteUvC4jM5/WOzs5MdNIlhhStvWk7b3K+jWwU=",
"31.1": "sha256-id8WOfnDTTD1WoWt1ID2vWB1phundapoaOdXXRg5gWQ=",
"31.0": "sha256-jrbKYaWRhND12vHIfUnemdW5PudWxxIbxRS/NbRxSgg=",
Expand All @@ -64,6 +67,7 @@ PROTOC_BUILDS = {
"@platforms//cpu:s390x",
],
"integrity": {
"32.1": "sha256-B6AdH7uloBC6Hzh8BWoCozmzVWjH491bAslrlGMDB9s=",
"32.0": "sha256-wbcKOUex34jBRbiu+Kz4aM3tGzuBMSUiHwv7YQ/xO7c=",
"31.1": "sha256-ea6BxzYpO0qNV7FQm1aK7Oqdf5fRou1ZnL+iuIfMhRE=",
"31.0": "sha256-omxFoigT+yWCAywXzCe7xCp0JQZuoeigE0zvDJekc7g=",
Expand All @@ -82,6 +86,7 @@ PROTOC_BUILDS = {
"@platforms//cpu:x86_32",
],
"integrity": {
"32.1": "sha256-IINlU916AkBtuLg49Jxl6KAFVTFRHfZ/88JuvidL414=",
"32.0": "sha256-RZLLavNKA9kXH7/BOnmLtTASfZnm1bG8lfK3oJyc1Ms=",
"31.1": "sha256-FDDjh3+YrIx2V8HMSeZtXy/xr7Ur/wsAIM4tKBLsgzQ=",
"31.0": "sha256-rF81VWpm2MvczQNlgnXnII8jTiP6RSLcXjD8iKXWMe0=",
Expand All @@ -100,6 +105,7 @@ PROTOC_BUILDS = {
"@platforms//cpu:x86_64",
],
"integrity": {
"32.1": "sha256-6cEpwXa7ffAlRsTNYYUSbKU8iefS8JUR4gkxlwS13X4=",
"32.0": "sha256-fKA3v+Xlyr1CVczSHdJl9564LTwBAReZT13IHSFA7og=",
"31.1": "sha256-llUwQfGpHqDv7pY8sW9GL1mFtNZTZfOQdBTDYARNgGU=",
"31.0": "sha256-JOLtMgYLfJkNXrANZC/eBIadf3fG1EP2CTU/CXeZ3UI=",
Expand All @@ -118,6 +124,7 @@ PROTOC_BUILDS = {
"@platforms//cpu:aarch64",
],
"integrity": {
"32.1": "sha256-p7UbIROGJpD6UsYviJGmA3uvuduI1PmSTEht6dm7idU=",
"32.0": "sha256-CaLHKcyCEhXMDUxWS3YXYJYf4zjFLySzAv1+GOe2ddE=",
"31.1": "sha256-Su6go0sJkoR7A6hImo2+3zdG3gEQm3TMLOm2iIqQHtk=",
"31.0": "sha256-H75wqNZGh1+Rtv1XKU92MUUpKyyeE3SrCdbiEkr92VA=",
Expand All @@ -136,6 +143,7 @@ PROTOC_BUILDS = {
"@platforms//cpu:x86_64",
],
"integrity": {
"32.1": "sha256-+cqltNC1N6z/sP/X1TIlURpVdO+QP8pVDqnnYAmH8Ts=",
"32.0": "sha256-Y+66Fd3BKrEbCovOgfstRsxpAiw+atIf7N6Q1SE5v/Y=",
"31.1": "sha256-SF6HCIsYYUwlqZscBieRiz/1uf3lSSL7HJIBWfq3uik=",
"31.0": "sha256-A2DZttnj1mlYz2J02FFNpJ521HX9DXEhgdzH6eBW8sg=",
Expand All @@ -154,6 +162,7 @@ PROTOC_BUILDS = {
"@platforms//cpu:x86_32",
],
"integrity": {
"32.1": "sha256-vJGp+6kl8CXAbxUhKL+10jPLHHVCDYh3pRIPAd73mJg=",
"32.0": "sha256-EbbTZisXnid9ivNKh3ANxOyytWlRaKxlImeYonmK/Ug=",
"31.1": "sha256-dMTjSkHGVJNKH0x9Xj+DGnshbYZ3F833MPguHhDB0OI=",
"31.0": "sha256-7EmuJNtNqpTEDlr8wEfTCaYe4V+VRRrY5cehP9P9ubc=",
Expand All @@ -172,6 +181,7 @@ PROTOC_BUILDS = {
"@platforms//cpu:x86_64",
],
"integrity": {
"32.1": "sha256-aVacvBeM1Xhey32TVpkTEQZ36v60uPgpcMNh+tTHzWY=",
"32.0": "sha256-icF46fh4y23VYfZ3aI4esudXy5rISuMLZENrrBlkaZY=",
"31.1": "sha256-cDgbEWqw1xy2pRd9mxfHwTQVhmYDoP1A1RPa/jLVbDU=",
"31.0": "sha256-1+3uXQ1dZ4bJLnek9RHkaYpaqSLGOQttCMOnmTWmUbA=",
Expand Down
18 changes: 9 additions & 9 deletions scala/latest_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ def rules_scala_dependencies():
maybe(
http_archive,
name = "com_google_protobuf",
sha256 = "3ad017543e502ffaa9cd1f4bd4fe96cf117ce7175970f191705fa0518aff80cd",
strip_prefix = "protobuf-32.0",
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v32.0.tar.gz",
sha256 = "d2081ab9528292f7980ef2d88d2be472453eea4222141046ad4f660874d5f24e",
strip_prefix = "protobuf-32.1",
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v32.1.tar.gz",
patches = [Label("//protoc:0001-protobuf-19679-rm-protoc-dep.patch")],
patch_args = ["-p1"],
)
Expand All @@ -56,17 +56,17 @@ def rules_scala_dependencies():
maybe(
http_archive,
name = "rules_python",
sha256 = "fa7dd2c6b7d63b3585028dd8a90a6cf9db83c33b250959c2ee7b583a6c130e12",
strip_prefix = "rules_python-1.6.0",
url = "https://github.com/bazel-contrib/rules_python/releases/download/1.6.0/rules_python-1.6.0.tar.gz",
sha256 = "f2e80f97f9c0b82e2489e61e725df1e6bdaf16c4dacf5e26b95668787164baff",
strip_prefix = "rules_python-1.6.1",
url = "https://github.com/bazel-contrib/rules_python/releases/download/1.6.1/rules_python-1.6.1.tar.gz",
)

maybe(
http_archive,
name = "rules_shell",
sha256 = "fce2a7a974aa70e9367068122e19c39a6a27a5aca30698bcf9030beb529612b6",
strip_prefix = "rules_shell-0.6.0",
url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.6.0/rules_shell-v0.6.0.tar.gz",
sha256 = "e6b87c89bd0b27039e3af2c5da01147452f240f75d505f5b6880874f31036307",
strip_prefix = "rules_shell-0.6.1",
url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.6.1/rules_shell-v0.6.1.tar.gz",
)

workspace_compat()
8 changes: 4 additions & 4 deletions scripts/create_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
]
PARSER_COMBINATORS_VERSION = '1.1.2'
SBT_COMPILER_INTERFACE_VERSION = '1.10.8'
SBT_UTIL_INTERFACE_VERSION = '1.11.5'
SBT_UTIL_INTERFACE_VERSION = '1.11.6'
SCALATEST_VERSION = "3.2.19"
SCALAFMT_VERSION = "3.9.9"
KIND_PROJECTOR_VERSION = "0.13.3"
PROTOBUF_JAVA_VERSION = "4.32.0"
JLINE_VERSION = '3.30.5'
PROTOBUF_JAVA_VERSION = "4.32.1"
JLINE_VERSION = '3.30.6'
SCALAPB_VERSION = '1.0.0-alpha.2'
PROTOC_BRIDGE_VERSION = '0.9.9'
GRPC_VERSION = '1.75.0'
PROTO_GOOGLE_COMMON_PROTOS_VERSION = '2.61.0'
PROTO_GOOGLE_COMMON_PROTOS_VERSION = '2.61.1'
GRPC_LIBS = ['netty', 'protobuf', 'stub']
GUAVA_VERSION = '33.4.8-jre'

Expand Down
1 change: 1 addition & 0 deletions scripts/update_protoc_integrity.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@


PROTOC_VERSIONS = [
"32.1",
"32.0",
"31.1",
"31.0",
Expand Down
Loading