Skip to content

Commit da00228

Browse files
cpovirkcopybara-github
authored andcommitted
This makes available the rest of the Truth APIs that were recently added in Google's monorepo. It may be worth also updating to the _following_ version of Truth after it's released, but the purpose of that release will mostly be to deprecate `Truth8`. So, if you just avoid using `Truth8` now (starting by approving any migration CLs that I send your way), then there will be little need for that upgrade. Or, more to the point: I don't expect to keep sending you weekly upgrade CLs after this one :) PiperOrigin-RevId: 604713824
1 parent d348c7b commit da00228

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

WORKSPACE.bazel

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ rules_proto_toolchains()
5353
http_archive(
5454
name = "google_bazel_common",
5555
# output from `sha256sum` on the downloaded zip file
56-
sha256 = "82a49fb27c01ad184db948747733159022f9464fc2e62da996fa700594d9ea42",
57-
strip_prefix = "bazel-common-2a6b6406e12208e02b2060df0631fb30919080f3",
56+
sha256 = "9e966f57182e76ba2f5a692ec410e32e5c77808220fd94f99071caac5310a019",
57+
strip_prefix = "bazel-common-65f295afec03cce3807df5b06ef42bf8e46df4e4",
5858
urls = [
59-
"https://github.com/google/bazel-common/archive/2a6b6406e12208e02b2060df0631fb30919080f3.zip",
59+
"https://github.com/google/bazel-common/archive/65f295afec03cce3807df5b06ef42bf8e46df4e4.zip",
6060
],
6161
)
6262

maven_artifacts.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ MAVEN_ARTIFACTS = [
1515
"com.google.jimfs:jimfs:1.2",
1616
"com.google.protobuf:protobuf-java:3.25.2",
1717
"com.google.re2j:re2j:1.3",
18-
"com.google.truth.extensions:truth-liteproto-extension:1.3.0",
19-
"com.google.truth.extensions:truth-proto-extension:1.3.0",
18+
"com.google.truth.extensions:truth-liteproto-extension:1.4.0",
19+
"com.google.truth.extensions:truth-proto-extension:1.4.0",
2020
"io.github.java-diff-utils:java-diff-utils:4.12",
2121
"org.apache.ant:ant:1.10.11",
2222
"org.jspecify:jspecify:0.2.0",

0 commit comments

Comments
 (0)