Skip to content

Commit

Permalink
Bump Truth to 1.4.4.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 651912281
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Jul 12, 2024
1 parent ad284f6 commit 59334da
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.2.1-jre</guava.version>
<truth.version>1.4.3</truth.version>
<truth.version>1.4.4</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.11.0</auto-value.version>
<java.version>1.8</java.version>
<guava.version>33.2.1-jre</guava.version>
<truth.version>1.4.3</truth.version>
<truth.version>1.4.4</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.4.3</version>
<version>1.4.4</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.2.1-jre</guava.version>
<truth.version>1.4.3</truth.version>
<truth.version>1.4.4</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.2.1-jre</guava.version>
<truth.version>1.4.3</truth.version>
<truth.version>1.4.4</truth.version>
</properties>

<scm>
Expand Down

0 comments on commit 59334da

Please sign in to comment.