Skip to content

Commit 5f3feb7

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: 604700830
1 parent 6f55a67 commit 5f3feb7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ maven_install(
6969
"com.google.protobuf:protobuf-java-util:3.24.4",
7070
"com.google.re2j:re2j:1.7",
7171
"com.google.testparameterinjector:test-parameter-injector:1.14",
72-
"com.google.truth.extensions:truth-java8-extension:1.3.0",
73-
"com.google.truth.extensions:truth-proto-extension:1.3.0",
74-
"com.google.truth:truth:1.3.0",
72+
"com.google.truth.extensions:truth-java8-extension:1.4.0",
73+
"com.google.truth.extensions:truth-proto-extension:1.4.0",
74+
"com.google.truth:truth:1.4.0",
7575
"org.antlr:antlr4-runtime:" + ANTLR4_VERSION,
7676
"org.jspecify:jspecify:0.2.0",
7777
"org.threeten:threeten-extra:1.7.2",

0 commit comments

Comments
 (0)