Skip to content

Commit

Permalink
Bump Truth to 1.4.0.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 603736141
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Feb 2, 2024
1 parent ee17e1f commit 7e0e6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/pom.xml
Expand Up @@ -14,7 +14,7 @@
<properties>
<!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
<test.include>%regex[.*.class]</test.include>
<truth.version>1.3.0</truth.version>
<truth.version>1.4.0</truth.version>
<jsr305.version>3.0.2</jsr305.version>
<checker.version>3.42.0</checker.version>
<errorprone.version>2.24.1</errorprone.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -14,7 +14,7 @@
<properties>
<!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
<test.include>%regex[.*.class]</test.include>
<truth.version>1.3.0</truth.version>
<truth.version>1.4.0</truth.version>
<jsr305.version>3.0.2</jsr305.version>
<checker.version>3.42.0</checker.version>
<errorprone.version>2.24.1</errorprone.version>
Expand Down

0 comments on commit 7e0e6ed

Please sign in to comment.