Skip to content

Commit f73ae7e

Browse files
committed
Bump Bazel, rules_python, Guava, Go, golang tools
Routine version bump to the latest versions of dependencies. - Bazel: 7.6.0 => 7.6.1 - `rules_python`: 1.2.0 => 1.3.0 - Guava: 33.4.4-jre => 33.4.7-jre - Go: 1.24.1 => 1.24.2 - `golang.org/x/tools`: v0.31.0 => v0.32.0
1 parent e02055e commit f73ae7e

File tree

42 files changed

+105
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+105
-105
lines changed

.bazelci/presubmit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ tasks:
5252
- "set PATH=/usr/bin;%PATH%" #Make sure bash uses msys commands over windows commands. (i.e. find).
5353
- "bash -lc \"pacman --noconfirm --needed -S libxml2\"" #tests require xmllint
5454
- "bash test_rules_scala.sh"
55-
test_coverage_linux_7_6_0:
55+
test_coverage_linux_7_6_1:
5656
name: "./test_coverage"
5757
platform: ubuntu2004
58-
bazel: 7.6.0
58+
bazel: 7.6.1
5959
shell_commands:
6060
- "./test_coverage.sh"
61-
test_coverage_macos_7.6.0:
61+
test_coverage_macos_7.6.1:
6262
name: "./test_coverage"
6363
platform: macos
64-
bazel: 7.6.0
64+
bazel: 7.6.1
6565
shell_commands:
6666
- "./test_coverage.sh"
6767
test_reproducibility_linux:
@@ -92,13 +92,13 @@ tasks:
9292
examples_linux:
9393
name: "./test_examples"
9494
platform: ubuntu2004
95-
bazel: 7.6.0
95+
bazel: 7.6.1
9696
shell_commands:
9797
- "./test_examples.sh"
9898
cross_build_linux:
9999
name: "./test_cross_build"
100100
platform: ubuntu2004
101-
bazel: 7.6.0
101+
bazel: 7.6.1
102102
shell_commands:
103103
- "./test_cross_build.sh"
104104
lint_linux:

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.6.1

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ single_version_override(
145145
### Legacy `WORKSPACE` configuration
146146

147147
`rules_scala` 7.x enables existing users to migrate to Bzlmod. `WORKSPACE`
148-
continues to work for Bazel [6.5.0 (for now)](#6.5.0), 7.6.0, and 8, but
149-
[__`WORKSPACE` is going away in Bazel 9__][bazel-9].
148+
continues to work for Bazel [6.5.0 (for now)](#6.5.0), 7.6.1, and 8, but
149+
[__WORKSPACE is going away in Bazel 9__][bazel-9].
150150

151151
[bazel-9]: https://bazel.build/external/migration
152152

@@ -1282,7 +1282,7 @@ bazelbuild/bazel#25198 describes how the semantics of some instances of
12821282
`$(rootpath)` fixed them.
12831283

12841284
The good news is that replacing such instances `$(location)` with `$(rootpath)`
1285-
is backwards compatible to Bazel 6.5.0 and 7.6.0. Updating them now will ensure
1285+
is backwards compatible to Bazel 6.5.0 and 7.6.1. Updating them now will ensure
12861286
future compatibility.
12871287

12881288
### <a id="6.5.0"></a>Limited Bazel 6.5.0 compatibility

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ bazel_skylib_workspace()
2929

3030
http_archive(
3131
name = "rules_python",
32-
sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c",
33-
strip_prefix = "rules_python-1.2.0",
34-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz",
32+
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
33+
strip_prefix = "rules_python-1.3.0",
34+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
3535
)
3636

3737
load("@rules_python//python:repositories.bzl", "py_repositories")
@@ -123,7 +123,7 @@ load(
123123

124124
go_rules_dependencies()
125125

126-
go_register_toolchains(version = "1.24.1")
126+
go_register_toolchains(version = "1.24.2")
127127

128128
http_archive(
129129
name = "bazelci_rules",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.6.1

dt_patches/test_dt_patches/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c",
31-
strip_prefix = "rules_python-1.2.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz",
30+
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31+
strip_prefix = "rules_python-1.3.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.6.1

dt_patches/test_dt_patches_user_srcjar/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c",
31-
strip_prefix = "rules_python-1.2.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz",
30+
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31+
strip_prefix = "rules_python-1.3.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

examples/crossbuild/.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.6.1

examples/crossbuild/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c",
31-
strip_prefix = "rules_python-1.2.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz",
30+
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31+
strip_prefix = "rules_python-1.3.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.6.1

examples/overridden_artifacts/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c",
31-
strip_prefix = "rules_python-1.2.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz",
30+
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31+
strip_prefix = "rules_python-1.3.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

examples/scala3/.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.6.1

examples/scala3/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c",
31-
strip_prefix = "rules_python-1.2.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz",
30+
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31+
strip_prefix = "rules_python-1.3.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

examples/semanticdb/.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.6.1

examples/semanticdb/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c",
31-
strip_prefix = "rules_python-1.2.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz",
30+
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31+
strip_prefix = "rules_python-1.3.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.6.1

examples/testing/multi_frameworks_toolchain/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c",
31-
strip_prefix = "rules_python-1.2.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz",
30+
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31+
strip_prefix = "rules_python-1.3.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.6.1

examples/testing/scalatest_repositories/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c",
31-
strip_prefix = "rules_python-1.2.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz",
30+
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31+
strip_prefix = "rules_python-1.3.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.6.1

examples/testing/specs2_junit_repositories/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c",
31-
strip_prefix = "rules_python-1.2.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz",
30+
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31+
strip_prefix = "rules_python-1.3.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

scripts/create_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
GRPC_VERSION = '1.71.0'
3939
GRPC_COMMON_PROTOS_VERSION = '2.54.1'
4040
GRPC_LIBS = ['netty', 'protobuf', 'stub']
41-
GUAVA_VERSION = '33.4.4-jre'
41+
GUAVA_VERSION = '33.4.7-jre'
4242

4343
# This should include values corresponding to `MavenCoordinates.artifact_name`,
4444
# i.e., group:artifact after stripping any Scala version suffix from artifact.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.6.1

test_cross_build/.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.6.1

test_cross_build/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c",
31-
strip_prefix = "rules_python-1.2.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz",
30+
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31+
strip_prefix = "rules_python-1.3.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

test_version/WORKSPACE.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c",
31-
strip_prefix = "rules_python-1.2.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz",
30+
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31+
strip_prefix = "rules_python-1.3.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

third_party/repositories/scala_2_11.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ artifacts = {
111111
"sha256": "c160fbd78f51a0c2375a794e435ce2112524a6871f64d0331895e9e26ee8b9ee",
112112
},
113113
"io_bazel_rules_scala_failureaccess": {
114-
"artifact": "com.google.guava:failureaccess:1.0.2",
115-
"sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064",
114+
"artifact": "com.google.guava:failureaccess:1.0.3",
115+
"sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb",
116116
},
117117
"io_bazel_rules_scala_guava": {
118-
"artifact": "com.google.guava:guava:33.4.4-jre",
119-
"sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e",
118+
"artifact": "com.google.guava:guava:33.4.7-jre",
119+
"sha256": "e3a0c740b72ee0ee79a1d86fbb8129d11776822fc17c624514ff1ddc018642b2",
120120
"deps": [
121121
"@com_google_errorprone_error_prone_annotations",
122122
"@com_google_j2objc_j2objc_annotations",

third_party/repositories/scala_2_12.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ artifacts = {
9292
"sha256": "6d18fe25aa30b7e08b908cd21151d8f96e22965c640acd7751add9bbfe6137d4",
9393
},
9494
"io_bazel_rules_scala_failureaccess": {
95-
"artifact": "com.google.guava:failureaccess:1.0.2",
96-
"sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064",
95+
"artifact": "com.google.guava:failureaccess:1.0.3",
96+
"sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb",
9797
},
9898
"io_bazel_rules_scala_guava": {
99-
"artifact": "com.google.guava:guava:33.4.4-jre",
100-
"sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e",
99+
"artifact": "com.google.guava:guava:33.4.7-jre",
100+
"sha256": "e3a0c740b72ee0ee79a1d86fbb8129d11776822fc17c624514ff1ddc018642b2",
101101
"deps": [
102102
"@com_google_errorprone_error_prone_annotations",
103103
"@com_google_j2objc_j2objc_annotations",

third_party/repositories/scala_2_13.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ artifacts = {
9696
"sha256": "6d18fe25aa30b7e08b908cd21151d8f96e22965c640acd7751add9bbfe6137d4",
9797
},
9898
"io_bazel_rules_scala_failureaccess": {
99-
"artifact": "com.google.guava:failureaccess:1.0.2",
100-
"sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064",
99+
"artifact": "com.google.guava:failureaccess:1.0.3",
100+
"sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb",
101101
},
102102
"io_bazel_rules_scala_guava": {
103-
"artifact": "com.google.guava:guava:33.4.4-jre",
104-
"sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e",
103+
"artifact": "com.google.guava:guava:33.4.7-jre",
104+
"sha256": "e3a0c740b72ee0ee79a1d86fbb8129d11776822fc17c624514ff1ddc018642b2",
105105
"deps": [
106106
"@com_google_errorprone_error_prone_annotations",
107107
"@com_google_j2objc_j2objc_annotations",

third_party/repositories/scala_3_1.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ artifacts = {
9999
"sha256": "6d18fe25aa30b7e08b908cd21151d8f96e22965c640acd7751add9bbfe6137d4",
100100
},
101101
"io_bazel_rules_scala_failureaccess": {
102-
"artifact": "com.google.guava:failureaccess:1.0.2",
103-
"sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064",
102+
"artifact": "com.google.guava:failureaccess:1.0.3",
103+
"sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb",
104104
},
105105
"io_bazel_rules_scala_guava": {
106-
"artifact": "com.google.guava:guava:33.4.4-jre",
107-
"sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e",
106+
"artifact": "com.google.guava:guava:33.4.7-jre",
107+
"sha256": "e3a0c740b72ee0ee79a1d86fbb8129d11776822fc17c624514ff1ddc018642b2",
108108
"deps": [
109109
"@com_google_errorprone_error_prone_annotations",
110110
"@com_google_j2objc_j2objc_annotations",

third_party/repositories/scala_3_2.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ artifacts = {
9999
"sha256": "6d18fe25aa30b7e08b908cd21151d8f96e22965c640acd7751add9bbfe6137d4",
100100
},
101101
"io_bazel_rules_scala_failureaccess": {
102-
"artifact": "com.google.guava:failureaccess:1.0.2",
103-
"sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064",
102+
"artifact": "com.google.guava:failureaccess:1.0.3",
103+
"sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb",
104104
},
105105
"io_bazel_rules_scala_guava": {
106-
"artifact": "com.google.guava:guava:33.4.4-jre",
107-
"sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e",
106+
"artifact": "com.google.guava:guava:33.4.7-jre",
107+
"sha256": "e3a0c740b72ee0ee79a1d86fbb8129d11776822fc17c624514ff1ddc018642b2",
108108
"deps": [
109109
"@com_google_errorprone_error_prone_annotations",
110110
"@com_google_j2objc_j2objc_annotations",

third_party/repositories/scala_3_3.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ artifacts = {
9999
"sha256": "6d18fe25aa30b7e08b908cd21151d8f96e22965c640acd7751add9bbfe6137d4",
100100
},
101101
"io_bazel_rules_scala_failureaccess": {
102-
"artifact": "com.google.guava:failureaccess:1.0.2",
103-
"sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064",
102+
"artifact": "com.google.guava:failureaccess:1.0.3",
103+
"sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb",
104104
},
105105
"io_bazel_rules_scala_guava": {
106-
"artifact": "com.google.guava:guava:33.4.4-jre",
107-
"sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e",
106+
"artifact": "com.google.guava:guava:33.4.7-jre",
107+
"sha256": "e3a0c740b72ee0ee79a1d86fbb8129d11776822fc17c624514ff1ddc018642b2",
108108
"deps": [
109109
"@com_google_errorprone_error_prone_annotations",
110110
"@com_google_j2objc_j2objc_annotations",

third_party/repositories/scala_3_4.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ artifacts = {
9999
"sha256": "6d18fe25aa30b7e08b908cd21151d8f96e22965c640acd7751add9bbfe6137d4",
100100
},
101101
"io_bazel_rules_scala_failureaccess": {
102-
"artifact": "com.google.guava:failureaccess:1.0.2",
103-
"sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064",
102+
"artifact": "com.google.guava:failureaccess:1.0.3",
103+
"sha256": "cbfc3906b19b8f55dd7cfd6dfe0aa4532e834250d7f080bd8d211a3e246b59cb",
104104
},
105105
"io_bazel_rules_scala_guava": {
106-
"artifact": "com.google.guava:guava:33.4.4-jre",
107-
"sha256": "95bde613be18dfa2f0b870e4029ac264d5ba6989967204fc92ffe9ad5370cf5e",
106+
"artifact": "com.google.guava:guava:33.4.7-jre",
107+
"sha256": "e3a0c740b72ee0ee79a1d86fbb8129d11776822fc17c624514ff1ddc018642b2",
108108
"deps": [
109109
"@com_google_errorprone_error_prone_annotations",
110110
"@com_google_j2objc_j2objc_annotations",

0 commit comments

Comments
 (0)