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: 603724924
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Feb 2, 2024
1 parent e20db25 commit d4e3f95
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<guava.version>33.0.0-jre</guava.version>
<truth.version>1.3.0</truth.version>
<truth.version>1.4.0</truth.version>
</properties>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<auto-value.version>1.10.4</auto-value.version>
<java.version>1.8</java.version>
<guava.version>33.0.0-jre</guava.version>
<truth.version>1.3.0</truth.version>
<truth.version>1.4.0</truth.version>
</properties>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion factory/src/it/functional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<guava.version>33.0.0-jre</guava.version>
<truth.version>1.3.0</truth.version>
<truth.version>1.4.0</truth.version>
</properties>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<guava.version>33.0.0-jre</guava.version>
<truth.version>1.3.0</truth.version>
<truth.version>1.4.0</truth.version>
</properties>

<scm>
Expand Down

0 comments on commit d4e3f95

Please sign in to comment.