Skip to content

Commit

Permalink
Update Truth to 1.4.0.
Browse files Browse the repository at this point in the history
This prepares for some migrations off `Truth8` as part of
google/truth#746.

Notably, after this commit, any Gerrit code that compiles in Google's
monorepo should also compile in the Gerrit Git repo. (The reverse is not
yet universally true, but I think it is true as long as Gerrit continues
to avoid static imports from `Truth8`.)

Change-Id: Iefd3f4b2bdc233aeaa75b66f88d529dad712e0db
Release-Notes: skip
  • Loading branch information
cpovirk authored and EdwinKempin committed Feb 5, 2024
1 parent 404477b commit 58cc425
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/nongoogle.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -271,30 +271,30 @@ def declare_nongoogle_deps():
sha1 = "48462eb319817c90c27d377341684b6b81372e08",
)

TRUTH_VERS = "1.3.0"
TRUTH_VERS = "1.4.0"

maven_jar(
name = "truth",
artifact = "com.google.truth:truth:" + TRUTH_VERS,
sha1 = "a92487a9c1b8a5edc7238e632a3b46696a0f022e",
sha1 = "2a9475ed8cf2081b859fda8f9c860d5c449cd9ed",
)

maven_jar(
name = "truth-java8-extension",
artifact = "com.google.truth.extensions:truth-java8-extension:" + TRUTH_VERS,
sha1 = "d217a9164dd2eaf61c4030d2bcf8aaddbd31719a",
sha1 = "807a8226b465e5df74cc0591762f729195c3f144",
)

maven_jar(
name = "truth-liteproto-extension",
artifact = "com.google.truth.extensions:truth-liteproto-extension:" + TRUTH_VERS,
sha1 = "171b83e77d5baac38088b2ae9423dd13207445d4",
sha1 = "849821a1b377119104df95f87cb3e5b9d674c8a8",
)

maven_jar(
name = "truth-proto-extension",
artifact = "com.google.truth.extensions:truth-proto-extension:" + TRUTH_VERS,
sha1 = "85b9093c6cf0abc635c172a00b155d85513e6b20",
sha1 = "20a6fbb4276320e4df5fb42fe327bc9fb0f56dd1",
)

LUCENE_VERS = "9.8.0"
Expand Down

0 comments on commit 58cc425

Please sign in to comment.