diff --git a/datalabeling/install-without-bom/pom.xml b/datalabeling/install-without-bom/pom.xml index 1bc4b914c8f..1d58cdf910b 100644 --- a/datalabeling/install-without-bom/pom.xml +++ b/datalabeling/install-without-bom/pom.xml @@ -42,7 +42,7 @@ <dependency> <groupId>com.google.truth</groupId> <artifactId>truth</artifactId> - <version>1.1.2</version> + <version>1.1.3</version> <scope>test</scope> </dependency> </dependencies> diff --git a/datalabeling/snapshot/pom.xml b/datalabeling/snapshot/pom.xml index 8bbeb5c9e4f..b43594ff658 100644 --- a/datalabeling/snapshot/pom.xml +++ b/datalabeling/snapshot/pom.xml @@ -40,7 +40,7 @@ <dependency> <groupId>com.google.truth</groupId> <artifactId>truth</artifactId> - <version>1.1.2</version> + <version>1.1.3</version> <scope>test</scope> </dependency> </dependencies> diff --git a/datalabeling/snippets/pom.xml b/datalabeling/snippets/pom.xml index 56457d21dd7..0f8c9c2e3ef 100644 --- a/datalabeling/snippets/pom.xml +++ b/datalabeling/snippets/pom.xml @@ -53,7 +53,7 @@ <dependency> <groupId>com.google.truth</groupId> <artifactId>truth</artifactId> - <version>1.1.2</version> + <version>1.1.3</version> <scope>test</scope> </dependency> </dependencies>