Skip to content

Commit 39fda5d

Browse files
cpovirkcgdecker
authored andcommitted
Update Guava to use Truth 0.41.
RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=200852297
1 parent 438d6d9 commit 39fda5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<properties>
1919
<!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
2020
<test.include>%regex[.*.class]</test.include>
21-
<truth.version>0.35</truth.version>
21+
<truth.version>0.41</truth.version>
2222
<animal.sniffer.version>1.14</animal.sniffer.version>
2323
<maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
2424
</properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<properties>
1919
<!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
2020
<test.include>%regex[.*.class]</test.include>
21-
<truth.version>0.35</truth.version>
21+
<truth.version>0.41</truth.version>
2222
<animal.sniffer.version>1.14</animal.sniffer.version>
2323
<maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
2424
</properties>

0 commit comments

Comments
 (0)