Skip to content

Commit 804174a

Browse files
cpovirkGoogle Java Core Libraries
authored andcommitted
Bump Truth to 1.4.5.
RELNOTES=n/a PiperOrigin-RevId: 805360762
1 parent 8f4ad7e commit 804174a

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
@@ -71,7 +71,7 @@
7171
<surefire.toolchain.version>${java.specification.version}</surefire.toolchain.version>
7272
<!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
7373
<test.include>%regex[.*.class]</test.include>
74-
<truth.version>1.4.4</truth.version>
74+
<truth.version>1.4.5</truth.version>
7575
<jspecify.version>1.0.0</jspecify.version>
7676
<errorprone.version>2.41.0</errorprone.version>
7777
<j2objc.version>3.1</j2objc.version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<surefire.toolchain.version>${java.specification.version}</surefire.toolchain.version>
7373
<!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
7474
<test.include>%regex[.*.class]</test.include>
75-
<truth.version>1.4.4</truth.version>
75+
<truth.version>1.4.5</truth.version>
7676
<jspecify.version>1.0.0</jspecify.version>
7777
<errorprone.version>2.41.0</errorprone.version>
7878
<j2objc.version>3.1</j2objc.version>

0 commit comments

Comments
 (0)